OBJECT

StringProperty

Type representing a string property

link GraphQL Schema definition

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

link Required by

This element is not required by anyone