UpdatePropertyInput: {
    clientMutationId?: InputMaybe<Scalars["String"]["input"]>;
    id: Scalars["ID"]["input"];
    name?: InputMaybe<Scalars["String"]["input"]>;
}

Input object for updating a property.

Type declaration

  • OptionalclientMutationId?: InputMaybe<Scalars["String"]["input"]>

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

  • id: Scalars["ID"]["input"]

    The ID of the property to update.

  • Optionalname?: InputMaybe<Scalars["String"]["input"]>

    The new name for the property.