GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Interface IQueryValidator

Namespace: GraphZen.QueryEngine.Validation
Assembly: GraphZen.QueryEngine.dll
Syntax
public interface IQueryValidator

Methods

Validate(Schema, DocumentSyntax)

Declaration
IReadOnlyCollection<GraphQLError> Validate(Schema schema, DocumentSyntax query)
Parameters
Type Name Description
Schema schema
DocumentSyntax query
Returns
Type Description
IReadOnlyCollection<GraphQLError>
Back to top Copyright © 2017-2019 GraphZen LLC