type alias GraphQLOutputTypeimport { type GraphQLOutputType } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/type/index.d.ts"; These types may be used as output types as the result of fields. definition: | GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | GraphQLEnumType | GraphQLList<any> | GraphQLNonNull< | GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | GraphQLEnumType | GraphQLList<any>>