Skip to main content
Module

x/graphql_tools/deps.ts>ArgumentNode

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
interface ArgumentNode
import { type ArgumentNode } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.ts";

Properties

readonly
kind: "Argument"
readonly
optional
loc: Location
readonly
name: NameNode
readonly
value: ValueNode