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

Response payload to the createProperty mutation.

Type declaration

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

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

  • property: Property

    The created property.