OBJECT

PropertyResponse

link GraphQL Schema definition

  • type PropertyResponse implements Response {
  • # Http response code
  • code: Int!
  • # True if the mutation has been a success and false otherwise
  • success: Boolean!
  • # A response message
  • message: String!
  • # The property addressed by the mutation
  • property: Property
  • }

link Require by