OBJECT

IntProperty

Type representing an integer property.

link GraphQL Schema definition

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

link Required by

This element is not required by anyone