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

Properties

readonly
kind: Kind.INPUT_VALUE_DEFINITION
readonly
optional
loc: Location
readonly
optional
description: StringValueNode
readonly
name: NameNode
readonly
type: TypeNode
readonly
optional
defaultValue: ConstValueNode
readonly
optional
directives: ReadonlyArray<ConstDirectiveNode>