OBJECT

PersonPersonContextAttributeAttributeValue

link GraphQL Schema definition

1type PersonPersonContextAttributeAttributeValue {
2
3storeId: String
5
4value: [String]!
6
7}