OBJECT

DateToken

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

link GraphQL Schema definition

1type DateToken {
2
3# The date to display for this token.
4time: Time!
5
6}