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

Properties

readonly
name: string
readonly
optional
description: Maybe<string>
readonly
optional
isRepeatable: boolean
readonly
locations: ReadonlyArray<DirectiveLocation>
readonly
args: ReadonlyArray<IntrospectionInputValue>