type alias GraphQL.GraphQLNamedTypeimport { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts"; const { GraphQLNamedType } = GraphQL; These named types do not include modifiers like List or NonNull. definition: | GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | GraphQLEnumType | GraphQLInputObjectType