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

Properties

readonly
kind: Kind.DIRECTIVE
readonly
optional
loc: Location
readonly
name: NameNode
readonly
optional
arguments: ReadonlyArray<ConstArgumentNode>