OBJECT

PersonalSectionTextToken

A personal section token type that contains text.

link GraphQL Schema definition

1type PersonalSectionTextToken {
2
3# The text to display for this token.
4value: String!
5
6}