type alias GraphQLTypeimport { type GraphQLType } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/type/definition.d.ts"; These are all of the possible kinds of types. definition: | GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList<any> | GraphQLNonNull<any>