TGraphQLValidator Class
Validates if a GraphQL document that contains operations definitions is spec-compliant.
Syntax
Unit: GraphQL.Validator
TGraphQLValidator = class(TObject);
Constructors
| Name | Description |
|---|---|
| Create | Creates a new validator instance, passing the schema used to validate and the document to be validated. |
Methods
| Name | Description |
|---|---|
| Execute | Performs the document validation. |