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

Properties

readonly
kind: "INPUT_OBJECT"
readonly
name: string
readonly
optional
description: Maybe<string>
readonly
inputFields: ReadonlyArray<IntrospectionInputValue>