type alias GraphQL.GraphQLTypeimport { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts"; const { GraphQLType } = GraphQL; These are all of the possible kinds of types. definition: | GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | GraphQLEnumType | GraphQLInputObjectType | GraphQLList<any> | GraphQLNonNull<any>