Skip to main content
Latest
interface IntrospectionDirective
import { type IntrospectionDirective } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Properties

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