OBJECT

CompoundProperty

link GraphQL Schema definition

1type CompoundProperty implements Property {
2
3name: String!
4
5value: KVP
6
7}

link Required by

This element is not required by anyone