OBJECT
Type representing an integer property.
1type IntProperty implements Property {23name: String! 45value: Int 67}