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