Skip to main content

ValidateCache

Index

Properties

Properties

get

get: (schema: GraphQLSchema, documentAST: DocumentNode, rules?: readonly ValidationRule[], options?: ValidateOptions) => PromiseOrValue<undefined | readonly GraphQLError[] | Error>

Type declaration

set

set: (errors: readonly GraphQLError[] | Error, schema: GraphQLSchema, documentAST: DocumentNode, rules?: readonly ValidationRule[], options?: ValidateOptions) => PromiseOrValue<void>

Type declaration

Page Options