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 | |
| Document |
query |
Returns
| Type | Description |
|---|---|
| IRead |