> For the complete documentation index, see [llms.txt](https://docs.cartesi.io/llms.txt)

---
id: boolean
title: Boolean
hide_table_of_contents: false
---


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.

```graphql
scalar Boolean
```




