Mutations
Every GraphQL schema has a root type for both queries and mutations. The mutation type defines GraphQL operations that change data on the server. It is analogous to performing HTTP verbs such as POST, PATCH, and DELETE.
createPersonalization
Arguments
reservationId (Int!)
input (PersonalizationInput!)
Type
Personalization
updateUser
Arguments
id (Int!)
input (UserInput!)
Type
User
updateUnit
Arguments
input (UpdateUnitInput!)
Type
Unit
updateOrganization
Arguments
input (OrganizationInput)
Type
Organization
updateProject
Arguments
input (ProjectInput!)
Type
Project
followProject
idsoon to be deprecated and replaced withprojectId
Arguments
id (Int!)
unfollowProject
idsoon to be deprecated and replaced withprojectId
Arguments
id (Int!)
updateReservation
idargument will be deprecated soon, and will only acceptUpdateReservationInput
Arguments
id (Int!)
input (ReservationInput!)
updateSalesOffice
Arguments
input (SalesOfficeInput!)
Type
SalesOffice
updatePersonalization
idargument will be deprecated soon, and will only acceptPersonalizationInput