OBJECT
Type representing a string property
1type StringProperty implements Property {23name: String! 45value: String 67}