import { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { GraphQLLeafType } = GraphQL;
These types may describe types which may be leaf values.
definition: GraphQLScalarType | GraphQLEnumType
x/drash/src/services/graphql/graphql.ts>GraphQL.GraphQLLeafType
import { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { GraphQLLeafType } = GraphQL;
These types may describe types which may be leaf values.