type alias GraphQL.IntrospectionInputTypeRefimport { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/deps.ts"; const { IntrospectionInputTypeRef } = GraphQL; definition: IntrospectionNamedTypeRef<IntrospectionInputType> | IntrospectionListTypeRef<any> | IntrospectionNonNullTypeRef<IntrospectionNamedTypeRef<IntrospectionInputType> | IntrospectionListTypeRef<any>>