interface GraphQLSchemaNormalizedConfig
implements GraphQLSchemaConfig
import { type GraphQLSchemaNormalizedConfig } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/type/schema.d.ts";
Properties
description: Maybe<string>
types: Array<GraphQLNamedType>
directives: Array<GraphQLDirective>
extensions: Maybe<Readonly<Record<string, any>>>
extensionASTNodes: Maybe<ReadonlyArray<SchemaExtensionNode>>