Skip to main content
interface IntrospectionSchema
import { type IntrospectionSchema } from "https://deno.land/x/kilatgraphql@16.6.0/mod.ts";

Properties

readonly
optional
description: Maybe<string>
readonly
subscriptionType: Maybe<IntrospectionNamedTypeRef<IntrospectionObjectType>>
readonly
types: ReadonlyArray<IntrospectionType>
readonly
directives: ReadonlyArray<IntrospectionDirective>