OBJECT

UserProfileSection

link GraphQL Schema definition

1type UserProfileSection {
2
3id: ID
4
5key: UserProfileSectionKey
6
7name: String
8
9archivedAt: DateTime
10
11}