type alias IntrospectionOutputTypeRefimport { type IntrospectionOutputTypeRef } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/mod.ts"; definition: IntrospectionNamedTypeRef<IntrospectionOutputType> | IntrospectionListTypeRef<any> | IntrospectionNonNullTypeRef<IntrospectionNamedTypeRef<IntrospectionOutputType> | IntrospectionListTypeRef<any>>