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

---
id: string
title: String
hide_table_of_contents: false
---


The `String` scalar type represents textual data as UTF-8 character sequences. It is used for free-form human-readable text, identifiers, and other string-based data in the API.

```graphql
scalar String
```


Examples: `"Hello, World!"`, `"d290f1ee-6c54-4b01-90e6-d701748f0851"`.