Skip to content

Variable: GraphQLBoolean

ts
const GraphQLBoolean: GraphQLScalarType<boolean, boolean>;

Defined in: node_modules/graphql/type/scalars.d.ts:21

The built-in Boolean scalar type.

Released under the MIT License.