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

Properties

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