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

Properties

readonly
kind: "UNION"
readonly
name: string
readonly
optional
description: Maybe<string>
readonly
possibleTypes: ReadonlyArray<IntrospectionNamedTypeRef<IntrospectionObjectType>>