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

Type Parameters

optional
T extends IntrospectionTypeRef = IntrospectionTypeRef

Properties

readonly
kind: "LIST"
readonly
ofType: T