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

Properties

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