Skip to main content
Module

x/graphql_deno/mod.ts>NonNullTypeNode

GraphQL-JS ported to Deno
Latest
interface NonNullTypeNode
import { type NonNullTypeNode } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

Properties

readonly
kind: "NonNullType"
readonly
optional
loc: Location
readonly
type: NamedTypeNode | ListTypeNode