Skip to main content
Module

x/graphql_tools/deps.ts>GraphQLInputField

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

Properties

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