OBJECT

PropertiesListItem

link GraphQL Schema definition

1type PropertiesListItem {
2
3name: String!
5
4value: String!
6
7}