import { type IntrospectionInterfaceType } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";
Properties
readonly
fields: ReadonlyArray<IntrospectionField>readonly
interfaces: ReadonlyArray<IntrospectionNamedTypeRef<IntrospectionInterfaceType>>readonly
possibleTypes: ReadonlyArray<IntrospectionNamedTypeRef<IntrospectionObjectType>>