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

Interface IDocumentValidator

Namespace: GraphZen
Assembly: GraphZen.LanguageModel.dll
Syntax
public interface IDocumentValidator

Methods

Validate(DocumentSyntax, DocumentSyntax)

Declaration
IEnumerable<GraphQLError> Validate(DocumentSyntax schemaDocument, DocumentSyntax initialSchemaDocument = null)
Parameters
Type Name Description
DocumentSyntax schemaDocument
DocumentSyntax initialSchemaDocument
Returns
Type Description
IEnumerable<GraphQLError>
Back to top Copyright © 2017-2019 GraphZen LLC