OBJECT
RootMutationType
link GraphQL Schema definition
- type RootMutationType {
- # Deletes an order type
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): OrderType
- # Disables memberships
- #
- # Arguments
- # membershipIds: [Not documented]
- (: [UUID!]!): [Membership]
- # Deletes a fee definition
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Fee
- # Disables members of an organization unit
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID]!, : UUID!): Memberships
- # Updates user permissions
- #
- # Arguments
- # input: [Not documented]
- (: UpdateUserPermissionsInput!): User
- # Arguments
- # id: [Not documented]
- (
- : UUID!
- ): PartnerApplication
- # Deletes memberships
- #
- # Arguments
- # membershipIds: [Not documented]
- (: [UUID!]!): [Membership]
- # Resend email confirmation email
- #
- # Arguments
- # userId: [Not documented]
- (: UUID!): User
- # Adds a category card
- #
- # Arguments
- # input: [Not documented]
- (: AddCategoryCardInput!): CategoryCard
- # Adds a Revenue Center to an Organization unit
- #
- # Arguments
- # input: [Not documented]
- (: AddRevenueCenterInput!): RevenueCenter
- # Disables a menu combo
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuCombo
- # Updates a tender type
- #
- # Arguments
- # input: [Not documented]
- (: UpdateTenderTypeInput): TenderType
- # Updates device settings
- #
- # Arguments
- # input: [Not documented]
- (: UpdateDeviceSettingsInput!): Device
- # Arguments
- # deviceId: [Not documented]
- # input: [Not documented]
- (
- : UUID!,
- : AddTerminalApplicationInput!
- ): TerminalApplication
- # Arguments
- # id: [Not documented]
- (: UUID!): PartnerApplication
- # Adds an order ticket refund
- #
- # Arguments
- # input: [Not documented]
- (: AddOrderRefundInput): OrderRefund
- # Arguments
- # input: [Not documented]
- (: AddDepartmentInput): Department
- # Deletes a tender type
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): TenderType
- # Disables a menu modifier
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuModifier
- # Enable a menu category
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Category
- # Updates a menu combo
- #
- # Arguments
- # input: [Not documented]
- (: UpdateMenuComboInput!): MenuCombo
- # Add an online order request
- #
- # Arguments
- # input: [Not documented]
- (: AddOnlineOrderRequestInput): OnlineOrderRequest
- # Deletes a print filter
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): PrintFilter
- # Disable menus
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID], : UUID!): MenusOutput
- # Extends a user session and receives a new token
- #
- # Arguments
- # input: [Not documented]
- (: ExtendSessionInput): Session
- # Enables a menu modifier
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuModifier
- # Creates invitations
- #
- # Arguments
- # input: [Not documented]
- (: CreateInvitationsInput): InvitationsOutput
- # Updates device information
- #
- # Arguments
- # input: [Not documented]
- (: UpdateDeviceInput!): Device
- # Deletes members of an organization unit
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID]!, : UUID!): Memberships
- # Assign custom prices to a menu
- #
- # Arguments
- # input: [Not documented]
- (: AssignMenuPricesInput!): MenuPrices
- # Assign the current job code to a member
- #
- # Arguments
- # input: [Not documented]
- (: AssignCurrentJobCodeInput!): Membership
- # Upsert organization unit security levels
- #
- # Arguments
- # input: [Not documented]
- # organizationUnitId: [Not documented]
- (
- : OrganizationUnitSecurityLevelsInput!,
- : UUID!
- ): OrganizationUnitSecurityLevels
- # Initiates device dissociation process
- #
- # Arguments
- # deviceId: [Not documented]
- # organizationUnitId: [Not documented]
- (
- : UUID!,
- : UUID!
- ): Device
- # Updates fee definition
- #
- # Arguments
- # input: [Not documented]
- (: UpdateFeeInput!): Fee
- # Saves a menu
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Menu
- # Updates an order ticket payment
- #
- # Arguments
- # input: [Not documented]
- (: UpdateOrderPaymentInput): OrderPayment
- # Updates an order type
- #
- # Arguments
- # input: [Not documented]
- (: UpdateOrderTypeInput): OrderType
- # Sets an organization unit member's pin
- #
- # Arguments
- # input: [Not documented]
- (: SetPosPinInput!): Membership
- # Confirm phone number
- #
- # Arguments
- # code: [Not documented]
- # phoneNumber: [Not documented]
- (: String!, : String!): String
- # Add a bug report form
- #
- # Arguments
- # input: [Not documented]
- (: AddBugReportFormInput): BugReportForm
- # Enable menus
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID], : UUID!): MenusOutput
- # Enable menu categories
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID]!, : UUID!): CategoriesOutput
- # Update a category card
- #
- # Arguments
- # id: [Not documented]
- # input: [Not documented]
- (: UUID!, : UpdateCategoryCardInput!): CategoryCard
- # Enables a menu item
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuItem
- # Update a menu category
- #
- # Arguments
- # input: [Not documented]
- (: UpdateCategoryInput): Category
- # Add a general comment form
- #
- # Arguments
- # input: [Not documented]
- (: AddGeneralCommentFormInput): GeneralCommentForm
- # Arguments
- # input: [Not documented]
- (
- : CreateAuthenticationEventInput!
- ): AuthenticationEvent
- # Arguments
- # input: [Not documented]
- (
- : UpdateIntegrationConfigurationInput!
- ): Integration
- # Arguments
- # input: [Not documented]
- (
- : AddIntegrationConfigurationInput!
- ): Integration
- # Deletes a charge
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Charge
- # Updates discount definition
- #
- # Arguments
- # input: [Not documented]
- (: UpdateDiscountInput!): Discount
- # Adds a print filter
- #
- # Arguments
- # input: [Not documented]
- (: AddPrintFilterInput!): PrintFilter
- # Increments Elevon Request Number
- #
- # Arguments
- # input: [Not documented]
- (
- : IncrementElavonRequestNumberInput!
- ): Device
- # Add a menu item
- #
- # Arguments
- # input: [Not documented]
- (: AddMenuItemInput!): MenuItem
- # Deletes a menu modifier
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuModifier
- # Associate a device with an organization unit
- #
- # Arguments
- # deviceId: [Not documented]
- # kind: [Not documented]
- # name: [Not documented]
- # organizationUnitId: [Not documented]
- # revenueCenterId: [Not documented]
- (
- : UUID!,
- : DeviceKind,
- : String!,
- : UUID!,
- : UUID!
- ): Device
- # Enable category cards
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID]!, : UUID!): CategoryCardsOutput
- # Adds a menu category
- #
- # Arguments
- # input: [Not documented]
- (: AddCategoryInput!): Category
- # Update user memberships
- #
- # Arguments
- # input: [Not documented]
- (: UpdateUserMembershipsInput): User
- # Arguments
- # input: [Not documented]
- # organizationUnitId: [Not documented]
- (: UpdatePaymentInput!, : UUID!): Payment
- # Makes a request to reset password
- #
- # Arguments
- # input: [Not documented]
- (: RequestResetInput): UserMessage
- # Adds a user
- #
- # Arguments
- # input: [Not documented]
- (: AddUserInput): Session
- # Add an order type
- #
- # Arguments
- # input: [Not documented]
- (: AddOrderTypeInput): OrderType
- # Updates a Revenue Center
- #
- # Arguments
- # input: [Not documented]
- (: UpdateRevenueCenterInput!): RevenueCenter
- # Adds a menu
- #
- # Arguments
- # input: [Not documented]
- (: AddMenuInput): Menu
- # Adds a tax for an organization unit
- #
- # Arguments
- # input: [Not documented]
- (: AddTaxInput!): Tax
- # Confirm email
- #
- # Arguments
- # token: [Not documented]
- (: String!): String
- # Updates a job code
- #
- # Arguments
- # input: [Not documented]
- (: UpdateJobCodeInput!): JobCode
- # Disables a menu item
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuItem
- # Remove menu categories
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID]!, : UUID!): CategoriesOutput
- # Arguments
- # input: [Not documented]
- # organizationUnitId: [Not documented]
- (
- : AddLocationScheduleInput!,
- : UUID!
- ): LocationSchedule
- # Disable an Order Type for Organization Unit
- #
- # Arguments
- # input: [Not documented]
- (
- : ToggleOrderTypeStatusForOrganizationInput!
- ): OrderType
- # Updates the information for a single physical location
- #
- # Arguments
- # input: [Not documented]
- # organizationUnitId: [Not documented]
- (
- : UpdateLocationInput!,
- : UUID!
- ): OrganizationUnit
- # Adds a job code to a member
- #
- # Arguments
- # input: [Not documented]
- (: SetMemberJobCodesInput!): [JobCode]
- # Adds a job code for an organization unit
- #
- # Arguments
- # input: [Not documented]
- (: AddJobCodeInput!): JobCode
- # Announce the existence of a device
- #
- # Arguments
- # deviceId: [Not documented]
- # zerotierNodeId: [Not documented]
- (: UUID!, : String): Device
- # Updates a menu
- #
- # Arguments
- # id: [Not documented]
- # input: [Not documented]
- (: UUID!, : UpdateMenuInput): Menu
- # Send confirmation code to a phone number
- #
- # Arguments
- # phoneNumber: [Not documented]
- # via: [Not documented]
- (
- : String!,
- : MethodToSendPhoneConfirmationCode!
- ): String
- # Adds a menu combo
- #
- # Arguments
- # input: [Not documented]
- (: AddMenuComboInput!): MenuCombo
- # Dissociate a device from the given organization unit
- #
- # Arguments
- # deviceId: [Not documented]
- # organizationUnitId: [Not documented]
- (: UUID!, : UUID!): DeviceOutput
- # Resend invitation e-mail
- #
- # Arguments
- # invitationId: [Not documented]
- # rootOrganizationUnitId: [Not documented]
- (
- : UUID!,
- : UUID!
- ): Invitation
- # Disables the given menu
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Menu
- # Arguments
- # input: [Not documented]
- (
- : CreatePartnerApplicationInput!
- ): PartnerApplication
- # Arguments
- # input: [Not documented]
- # organizationUnitId: [Not documented]
- (: UpdateBillingInput!, : UUID!): Billing
- # Deletes a tax definition
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Tax
- # Delete pending invitation
- #
- # Arguments
- # invitationId: [Not documented]
- (: UUID!): Invitation
- # Deletes a menu combo
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuCombo
- # Adds a transaction
- #
- # Arguments
- # input: [Not documented]
- (: AddTransactionInput): Transaction
- # Upload file without authorization.
- #
- # This is the main way of uploading files. Returns the token that can be later
- # used to generate a signed URL to download and use the file again.
- #
- # Arguments
- # file: [Not documented]
- # metadata: [Not documented]
- # uploadContext: [Not documented]
- (
- : Upload,
- : [MetadataInput],
- : UploadContext
- ): String
- # Edits a user
- #
- # Arguments
- # input: [Not documented]
- (: EditUserInput): User
- # Enables members of an organization unit
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID]!, : UUID!): Memberships
- # Add contact form
- #
- # Arguments
- # input: [Not documented]
- (: AddContactFormInput): ContactForm
- # Deletes a menu item
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuItem
- # Arguments
- # id: [Not documented]
- (: UUID!): Department
- # Switches category card positions
- #
- # Arguments
- # id1: [Not documented]
- # id2: [Not documented]
- (: UUID!, : UUID!): TwoCategoryCards
- # Enables memberships
- #
- # Arguments
- # membershipIds: [Not documented]
- (: [UUID!]!): [Membership]
- # Enables a menu combo
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): MenuCombo
- # Deletes a Revenue Center
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): RevenueCenter
- # Arguments
- # input: [Not documented]
- (: UpdateDepartmentInput): Department
- # Adds a menu modifier
- #
- # Arguments
- # input: [Not documented]
- (: AddMenuModifierInput!): MenuModifier
- # Disable category cards
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID]!, : UUID!): CategoryCardsOutput
- # Upload media requiring authentication.
- #
- # Returns the token that can be later used to generate a signed URL to
- # download and use the file again.
- #
- # Arguments
- # file: [Not documented]
- # metadata: [Not documented]
- # uploadContext: [Not documented]
- (
- : Upload,
- : [MetadataInput],
- : UploadContext
- ): String
- # Arguments
- # id: [Not documented]
- (: UUID!): PartnerApplication
- # Count money in the cash box attached to the POS terminal
- #
- # Arguments
- # input: [Not documented]
- (: AddDrawerCountInput!): DrawerCount
- # Switches category positions
- #
- # Arguments
- # id1: [Not documented]
- # id2: [Not documented]
- (: UUID!, : UUID!): TwoCategories
- # Updates a user's password
- #
- # Arguments
- # input: [Not documented]
- (: UpdatePasswordInput): String
- # Arguments
- # input: [Not documented]
- (
- : UpdatePartnerApplicationInput!
- ): PartnerApplication
- # Enables the given menu
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Menu
- # Enable an Order Type for Organization Unit
- #
- # Arguments
- # input: [Not documented]
- (
- : ToggleOrderTypeStatusForOrganizationInput!
- ): OrderType
- # Adds a fee for an organization unit
- #
- # Arguments
- # input: [Not documented]
- (: AddFeeInput!): Fee
- # Disable a menu category
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Category
- # Adds a discount for an organization unit
- #
- # Arguments
- # input: [Not documented]
- (: AddDiscountInput!): Discount
- # Adds a user session and receives a token
- #
- # Arguments
- # input: [Not documented]
- (: AddSessionInput): Session
- # Adds a new tender type
- #
- # Arguments
- # input: [Not documented]
- (: AddTenderTypeInput): TenderType
- # Deletes an organization unit member's pin
- #
- # Arguments
- # input: [Not documented]
- (: DeletePosPinInput!): Membership
- # Adds an order
- #
- # Arguments
- # input: [Not documented]
- (: AddOrderInput): Order
- # Disable menu categories
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (
- : [UUID]!,
- : UUID!
- ): CategoriesOutput
- # Deletes an organization unit
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): OrganizationUnit
- # Updates an online order request after it has been processed
- #
- # Arguments
- # input: [Not documented]
- (
- : UpdateOnlineOrderRequestInput
- ): OnlineOrderRequest
- # Adds a device session and receives a token
- #
- # Arguments
- # input: [Not documented]
- (: AddDeviceSessionInput): Session
- # Assigns print filters to a menu item
- #
- # Arguments
- # input: [Not documented]
- (: AssignPrintFiltersInput!): MenuItem
- # Resets a user's password
- #
- # Arguments
- # input: [Not documented]
- (: ResetPasswordInput): UserMessage
- # Deletes menus
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID], : UUID!): MenusOutput
- # Updates a menu item
- #
- # Arguments
- # input: [Not documented]
- (: UpdateMenuItemInput!): MenuItem
- # Arguments
- # id: [Not documented]
- (: UUID!): PartnerApplication
- # Updates a menu modifier
- #
- # Arguments
- # id: [Not documented]
- # input: [Not documented]
- (: UUID!, : UpdateMenuModifierInput!): MenuModifier
- # Deletes a discount definition
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Discount
- # Deletes a job code
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): JobCode
- # Delete category cards
- #
- # Arguments
- # ids: [Not documented]
- # organizationUnitId: [Not documented]
- (: [UUID]!, : UUID!): CategoryCardsOutput
- # Adds an organization unit
- #
- # Arguments
- # input: [Not documented]
- (: AddOrganizationUnitInput): OrganizationUnit
- # Update tax definition
- #
- # Arguments
- # input: [Not documented]
- (: UpdateTaxInput!): Tax
- # Arguments
- # ids: [Not documented]
- # menuId: [Not documented]
- (: [UUID], : UUID!): OrganizationIdsOutput
- # Updates a print filter
- #
- # Arguments
- # input: [Not documented]
- (: UpdatePrintFilterInput!): PrintFilter
- # Updates an order ticket refund
- #
- # Arguments
- # input: [Not documented]
- (: UpdateOrderRefundInput): OrderRefund
- # Delete a menu category
- #
- # Arguments
- # id: [Not documented]
- (: UUID!): Category
- # Add suggestion form
- #
- # Arguments
- # input: [Not documented]
- (: AddSuggestionFormInput): SuggestionForm
- }
link Require by
This element is not required by anyone