OBJECT

IntegerToken

A shelf title token type that contains a number with various formatters.

link GraphQL Schema definition

1type IntegerToken {
2
3# The numerical value to display for this token.
4value: Int!
5
6}