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

id soon to be deprecated and replaced with projectId

Arguments

id (Int!)

unfollowProject

id soon to be deprecated and replaced with projectId

Arguments

id (Int!)

updateReservation

id argument will be deprecated soon, and will only accept UpdateReservationInput

Arguments

id (Int!)

input (ReservationInput!)

updateSalesOffice

Arguments

input (SalesOfficeInput!)

Type

SalesOffice

updatePersonalization

id argument will be deprecated soon, and will only accept PersonalizationInput

Arguments

id (Int!)

input (PersonalizationInput!)

Type

Personalization

results matching ""

    No results matching ""