OBJECT

PersonalSectionTitle

The title for the personal section.

link GraphQL Schema definition

1type PersonalSectionTitle {
2
3# The localizedFallback title, only to be used if localizedTokens is nil.
4localizedFallback: String!
5
6# The localized section title in the form of a list of tokens. [Maximum of 2
7# tokens].
8localizedTokens: [PersonalSectionTitleToken!]
9
10}