OBJECT

Query

link GraphQL Schema definition

  • 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!
  • }

link Require by

This element is not required by anyone