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

Properties

name: string
description: Maybe<string>
defaultValue: any
extensions: Maybe<Readonly<Record<string, any>>>
astNode: Maybe<InputValueDefinitionNode>