interface IntrospectionSchema
import { type IntrospectionSchema } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/utilities/getIntrospectionQuery.d.ts";

Properties

readonly
types: ReadonlyArray<IntrospectionType>
readonly
directives: ReadonlyArray<IntrospectionDirective>