graphQLBoolean top-level property

GraphQLScalarType<bool, bool> graphQLBoolean
final

true or false.

Implementation

final GraphQLScalarType<bool, bool> graphQLBoolean = GraphQLBoolType();