UpdatePropertyPayload: {
    __typename?: "UpdatePropertyPayload";
    clientMutationId?: Maybe<Scalars["String"]["output"]>;
    property: Property;
}

Response payload to the updateProperty mutation.

Type declaration

  • Optional__typename?: "UpdatePropertyPayload"
  • OptionalclientMutationId?: Maybe<Scalars["String"]["output"]>

    Client mutation ID. Optional value in the input that is echoed back in the response.

  • property: Property

    The updated property.