import { type IntrospectionSchema } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";
Properties
readonly
queryType: IntrospectionNamedTypeRef<IntrospectionObjectType>readonly
mutationType: Maybe<IntrospectionNamedTypeRef<IntrospectionObjectType>>readonly
subscriptionType: Maybe<IntrospectionNamedTypeRef<IntrospectionObjectType>>readonly
types: ReadonlyArray<IntrospectionType>readonly
directives: ReadonlyArray<IntrospectionDirective>