OBJECT
type Query {# Arguments# limit: [Not documented]# page: [Not documented]listProperties(limit: Int, page: Int): [Property]! # Arguments# propertyId: [Not documented]listProperty(propertyId: UUID!): Property version: String! }