Latest
type alias SchemaExtensionNode
import { type SchemaExtensionNode } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/language/ast.d.ts";
definition: { readonly kind: "SchemaExtension"; readonly loc?: Location; readonly directives?: ReadonlyArray<DirectiveNode>; readonly operationTypes?: ReadonlyArray<OperationTypeDefinitionNode>; }