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

Response payload to the deleteProperty mutation.

Type declaration

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

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