ValidateCache
Index
Properties
get
Type declaration
Parameters
schema: GraphQLSchema
documentAST: DocumentNode
optionalrules: readonly ValidationRule[]
optionaloptions: ValidateOptions
Returns PromiseOrValue<undefined | readonly GraphQLError[] | Error>
set
Type declaration
Parameters
errors: readonly GraphQLError[] | Error
schema: GraphQLSchema
documentAST: DocumentNode
optionalrules: readonly ValidationRule[]
optionaloptions: ValidateOptions
Returns PromiseOrValue<void>