type alias GraphQLNamedTypeimport { type GraphQLNamedType } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts"; These named types do not include modifiers like List or NonNull. definition: | GraphQLScalarType | GraphQLObjectType | GraphQLInterfaceType | GraphQLUnionType | GraphQLEnumType | GraphQLInputObjectType