Skip to main content
Module

x/graphql_tools/deps.ts>GraphQLSchemaConfig

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
interface GraphQLSchemaConfig
implements GraphQLSchemaValidationOptions
import { type GraphQLSchemaConfig } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.ts";

Properties

optional
description: Maybe<string>
query: Maybe<GraphQLObjectType>
optional
mutation: Maybe<GraphQLObjectType>
optional
subscription: Maybe<GraphQLObjectType>
optional
types: Maybe<Array<GraphQLNamedType>>
optional
directives: Maybe<Array<GraphQLDirective>>
optional
extensions: Maybe<Readonly<Record<string, any>>>
optional
astNode: Maybe<SchemaDefinitionNode>
optional
extensionASTNodes: Maybe<ReadonlyArray<SchemaExtensionNode>>