OBJECT

UserDataType

link GraphQL Schema definition

1type UserDataType {
2
3name: [String]
5
4value: [String]
6
7}