Boolean
The Boolean
scalar type represents a logical value of either true
or false
. It is used for simple yes/no or on/off flags in queries and mutations.
scalar Boolean
The Boolean
scalar type represents a logical value of either true
or false
. It is used for simple yes/no or on/off flags in queries and mutations.
scalar Boolean