OBJECT
Type representing a boolean property
1type BooleanProperty implements Property {23name: String! 45value: Boolean 67}