import { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { GraphQLInputType } = GraphQL;
These types may be used as input types for arguments and directives.
definition:
| GraphQLNonNull<>
x/drash/src/services/graphql/graphql.ts>GraphQL.GraphQLInputType
import { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { GraphQLInputType } = GraphQL;
These types may be used as input types for arguments and directives.