Skip to main content

String

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

scalar String

Member Of

balance query ● Balance object ● BalanceFilter input ● balances query ● Balances object ● Contract object ● ContractFilter input ● contracts query ● Contracts object ● Image object ● Plural interface ● Thumbnail object ● Token object ● TokenFilter input ● tokens query ● Tokens object

Example

"Bored Ape #123"
info

String! denotes a non-nullable string such as "ERC-721".