OBJECT

PersonPersonContextAttribute

link GraphQL Schema definition

1type PersonPersonContextAttribute {
2
3attributeName: String!
5
4attributeValue: [PersonPersonContextAttributeAttributeValue]!
6
7}