OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # input: Parameters for CouponDefinitionAddEntryZoneGroup
- (
- : CouponDefinitionAddEntryZoneGroupInput!
- ): CouponDefinitionAddEntryZoneGroupPayload
- # Archives a CouponDefinition and returns a CouponDefinition if successful.
- #
- # Arguments
- # input: Parameters for CouponDefinitionArchive
- (
- : CouponDefinitionArchiveInput!
- ): CouponDefinitionArchivePayload
- # Creates couponDefinition and returns couponDefinition
- #
- # Arguments
- # input: Parameters for CouponDefinitionCreate
- (
- : CouponDefinitionCreateInput!
- ): CouponDefinitionCreatePayload
- # Deletes couponDefinition and returns couponDefinition
- #
- # Arguments
- # input: Parameters for CouponDefinitionDelete
- (
- : CouponDefinitionDeleteInput!
- ): CouponDefinitionDeletePayload
- # Arguments
- # input: Parameters for CouponDefinitionDeleteEntryZoneGroup
- (
- : CouponDefinitionDeleteEntryZoneGroupInput!
- ): CouponDefinitionDeleteEntryZoneGroupPayload
- # Unarchives a CouponDefinition and returns a CouponDefinition if successful.
- #
- # Arguments
- # input: Parameters for CouponDefinitionUnarchive
- (
- : CouponDefinitionUnarchiveInput!
- ): CouponDefinitionUnarchivePayload
- # Updates couponDefinition and returns couponDefinition
- #
- # Arguments
- # input: Parameters for CouponDefinitionUpdate
- (
- : CouponDefinitionUpdateInput!
- ): CouponDefinitionUpdatePayload
- # Archives a EntryZone and returns a EntryZone if successful.
- #
- # Arguments
- # input: Parameters for EntryZoneArchive
- (: EntryZoneArchiveInput!): EntryZoneArchivePayload
- # Creates EntryZone and returns EntryZone
- #
- # Arguments
- # input: Parameters for EntryZoneCreate
- (: EntryZoneCreateInput!): EntryZoneCreatePayload
- # Deletes EntryZone and returns EntryZone
- #
- # Arguments
- # input: Parameters for EntryZoneDelete
- (: EntryZoneDeleteInput!): EntryZoneDeletePayload
- # Updates EntryZoneGroup and returns EntryZoneGroup
- #
- # Arguments
- # input: Parameters for EntryZoneGroupAddEntryZone
- (
- : EntryZoneGroupAddEntryZoneInput!
- ): EntryZoneGroupAddEntryZonePayload
- # Archives a EntryZoneGroup and returns a EntryZoneGroup if successful.
- #
- # Arguments
- # input: Parameters for EntryZoneGroupArchive
- (: EntryZoneGroupArchiveInput!): EntryZoneGroupArchivePayload
- # Creates EntryZoneGroup and returns EntryZoneGroup
- #
- # Arguments
- # input: Parameters for EntryZoneGroupCreate
- (: EntryZoneGroupCreateInput!): EntryZoneGroupCreatePayload
- # Deletes EntryZoneGroup and returns EntryZoneGroup
- #
- # Arguments
- # input: Parameters for EntryZoneGroupDelete
- (: EntryZoneGroupDeleteInput!): EntryZoneGroupDeletePayload
- # Updates EntryZoneGroup and returns EntryZoneGroup
- #
- # Arguments
- # input: Parameters for EntryZoneGroupDeleteEntryZone
- (
- : EntryZoneGroupDeleteEntryZoneInput!
- ): EntryZoneGroupDeleteEntryZonePayload
- # Resets the event start time
- #
- # Arguments
- # input: Parameters for EntryZoneGroupResetCurrentVisitorsCount
- (
- : EntryZoneGroupResetCurrentVisitorsCountInput!
- ): EntryZoneGroupResetCurrentVisitorsCountPayload
- # Unarchives a EntryZoneGroup and returns a EntryZoneGroup if successful.
- #
- # Arguments
- # input: Parameters for EntryZoneGroupUnarchive
- (
- : EntryZoneGroupUnarchiveInput!
- ): EntryZoneGroupUnarchivePayload
- # Updates EntryZoneGroup and returns EntryZoneGroup
- #
- # Arguments
- # input: Parameters for EntryZoneGroupUpdate
- (: EntryZoneGroupUpdateInput!): EntryZoneGroupUpdatePayload
- # Unarchives a EntryZone and returns a EntryZone if successful.
- #
- # Arguments
- # input: Parameters for EntryZoneUnarchive
- (: EntryZoneUnarchiveInput!): EntryZoneUnarchivePayload
- # Updates EntryZone and returns EntryZone
- #
- # Arguments
- # input: Parameters for EntryZoneUpdate
- (: EntryZoneUpdateInput!): EntryZoneUpdatePayload
- # Arguments
- # input: Parameters for ExportCreate
- (: ExportCreateInput!): ExportCreatePayload
- # Arguments
- # input: Parameters for InvitationCreate
- (: InvitationCreateInput!): InvitationCreatePayload
- # Deletes Invitation and returns Invitation
- #
- # Arguments
- # input: Parameters for InvitationDelete
- (: InvitationDeleteInput!): InvitationDeletePayload
- # Arguments
- # input: Parameters for OrganizationArchive
- (: OrganizationArchiveInput!): OrganizationArchivePayload
- # Create Organization and returns Organization
- #
- # Arguments
- # input: Parameters for OrganizationCreate
- (: OrganizationCreateInput!): OrganizationCreatePayload
- # Deletes Organization and returns Organization
- #
- # Arguments
- # input: Parameters for OrganizationDelete
- (: OrganizationDeleteInput!): OrganizationDeletePayload
- # Unarchives a Organization and returns a Organization if successful.
- #
- # Arguments
- # input: Parameters for OrganizationUnarchive
- (: OrganizationUnarchiveInput!): OrganizationUnarchivePayload
- # Update Organization and returns Organization
- #
- # Arguments
- # input: Parameters for OrganizationUpdate
- (: OrganizationUpdateInput!): OrganizationUpdatePayload
- # Arguments
- # input: Parameters for ProductAddEntryZoneGroup
- (
- : ProductAddEntryZoneGroupInput!
- ): ProductAddEntryZoneGroupPayload
- # Archives a Product and returns a Product if successful.
- #
- # Arguments
- # input: Parameters for ProductArchive
- (: ProductArchiveInput!): ProductArchivePayload
- # Creates Product and returns Product
- #
- # Arguments
- # input: Parameters for ProductCreate
- (: ProductCreateInput!): ProductCreatePayload
- # Deletes Product and returns Product
- #
- # Arguments
- # input: Parameters for ProductDelete
- (: ProductDeleteInput!): ProductDeletePayload
- # Unarchives a Product and returns a Product if successful.
- #
- # Arguments
- # input: Parameters for ProductUnarchive
- (: ProductUnarchiveInput!): ProductUnarchivePayload
- # Updates Product and returns Product
- #
- # Arguments
- # input: Parameters for ProductUpdate
- (: ProductUpdateInput!): ProductUpdatePayload
- # Archives a ProductVariant and returns a ProductVariant if successful.
- #
- # Arguments
- # input: Parameters for ProductVariantArchive
- (: ProductVariantArchiveInput!): ProductVariantArchivePayload
- # Creates ProductVariant and returns ProductVariant
- #
- # Arguments
- # input: Parameters for ProductVariantCreate
- (: ProductVariantCreateInput!): ProductVariantCreatePayload
- # Deletes ProductVariant and returns ProductVariant
- #
- # Arguments
- # input: Parameters for ProductVariantDelete
- (: ProductVariantDeleteInput!): ProductVariantDeletePayload
- # Unarchives a ProductVariant and returns a ProductVariant if successful.
- #
- # Arguments
- # input: Parameters for ProductVariantUnarchive
- (
- : ProductVariantUnarchiveInput!
- ): ProductVariantUnarchivePayload
- # Updates ProductVariant and returns ProductVariant
- #
- # Arguments
- # input: Parameters for ProductVariantUpdate
- (: ProductVariantUpdateInput!): ProductVariantUpdatePayload
- # Create ScanEvent and returns ScanEvent
- #
- # Arguments
- # input: Parameters for ScanEventCreate
- (: ScanEventCreateInput!): ScanEventCreatePayload
- # Archives a TicketBatch and returns a TicketBatch if successful.
- #
- # Arguments
- # input: Parameters for TicketBatchArchive
- (: TicketBatchArchiveInput!): TicketBatchArchivePayload
- # Creates ticketBatch and returns a ticketBatch
- #
- # Arguments
- # input: Parameters for TicketBatchCreate
- (: TicketBatchCreateInput!): TicketBatchCreatePayload
- # Creates or imports tickets for the referenced ticketBatch and returns a
- # ticketBatch. Either quantity or importFile must be present.
- #
- # Arguments
- # input: Parameters for TicketBatchCreateTickets
- (
- : TicketBatchCreateTicketsInput!
- ): TicketBatchCreateTicketsPayload
- # Deletes a TicketBatch
- #
- # Arguments
- # input: Parameters for TicketBatchDelete
- (: TicketBatchDeleteInput!): TicketBatchDeletePayload
- # Invalidates every ticket belonging to this ticket batch
- #
- # Arguments
- # input: Parameters for TicketBatchInvalidate
- (: TicketBatchInvalidateInput!): TicketBatchInvalidatePayload
- # Unarchives a TicketBatch and returns a TicketBatch if successful.
- #
- # Arguments
- # input: Parameters for TicketBatchUnarchive
- (: TicketBatchUnarchiveInput!): TicketBatchUnarchivePayload
- # Updates ticketBatch and returns a ticketBatch
- #
- # Arguments
- # input: Parameters for TicketBatchUpdate
- (: TicketBatchUpdateInput!): TicketBatchUpdatePayload
- # Creates ticket and returns ticket
- #
- # Arguments
- # input: Parameters for TicketCreate
- (: TicketCreateInput!): TicketCreatePayload
- # Invalidates ticket and returns ticket. The opposite of ticketRevalidate.
- #
- # Arguments
- # input: Parameters for TicketInvalidate
- (: TicketInvalidateInput!): TicketInvalidatePayload
- # Revalidates ticket and returns ticket. The opposite of ticketInvalidate.
- #
- # Arguments
- # input: Parameters for TicketRevalidate
- (: TicketRevalidateInput!): TicketRevalidatePayload
- # Updates a ticket and returns a ticket
- #
- # Arguments
- # input: Parameters for TicketUpdate
- (: TicketUpdateInput!): TicketUpdatePayload
- # Archives a User
- #
- # Arguments
- # input: Parameters for UserArchive
- (: UserArchiveInput!): UserArchivePayload
- # Archives (suspends) user's roles.
- #
- # Arguments
- # input: Parameters for UserArchiveRoles
- (: UserArchiveRolesInput!): UserArchiveRolesPayload
- # Assigns a role to a user.
- #
- # Arguments
- # input: Parameters for UserAssignRoles
- (: UserAssignRolesInput!): UserAssignRolesPayload
- # Deletes a user.
- #
- # Arguments
- # input: Parameters for UserDelete
- (: UserDeleteInput!): UserDeletePayload
- # Enables two factor authentication.
- #
- # Arguments
- # input: Parameters for UserDisableOtp
- (: UserDisableOtpInput!): UserDisableOtpPayload
- # Enables two factor authentication.
- #
- # Arguments
- # input: Parameters for UserEnableOtp
- (: UserEnableOtpInput!): UserEnableOtpPayload
- # Creates an auth token for a widget user.
- #
- # Arguments
- # input: Parameters for UserGenerateWidgetToken
- (
- : UserGenerateWidgetTokenInput!
- ): UserGenerateWidgetTokenPayload
- # login a user by email and password
- #
- # Arguments
- # input: Parameters for UserLogin
- (: UserLoginInput!): UserLoginPayload
- # Create a user with email, password and an invitation token.
- #
- # Arguments
- # input: Parameters for UserRegister
- (: UserRegisterInput!): UserRegisterPayload
- # Requests password reset with user's email.
- #
- # Arguments
- # input: Parameters for UserRequestPasswordReset
- (
- : UserRequestPasswordResetInput!
- ): UserRequestPasswordResetPayload
- # Resets password with passwordResetToken, newPassword and email
- #
- # Arguments
- # input: Parameters for UserResetPassword
- (: UserResetPasswordInput!): UserResetPasswordPayload
- # Generates QRCodes for scanner configuration
- #
- # Arguments
- # input: Parameters for UserScannerConfiguration
- (
- : UserScannerConfigurationInput!
- ): UserScannerConfigurationPayload
- # Creates a service account.
- #
- # Arguments
- # input: Parameters for UserServiceAccountCreate
- (
- : UserServiceAccountCreateInput!
- ): UserServiceAccountCreatePayload
- # Unarchives a User
- #
- # Arguments
- # input: Parameters for UserUnarchive
- (: UserUnarchiveInput!): UserUnarchivePayload
- # Unarchives user's roles.
- #
- # Arguments
- # input: Parameters for UserUnarchiveRoles
- (: UserUnarchiveRolesInput!): UserUnarchiveRolesPayload
- # Unassigns a role from a user.
- #
- # Arguments
- # input: Parameters for UserUnassignRoles
- (: UserUnassignRolesInput!): UserUnassignRolesPayload
- # Updates a user.
- #
- # Arguments
- # input: Parameters for UserUpdate
- (: UserUpdateInput!): UserUpdatePayload
- # Updates user's own password.
- #
- # Arguments
- # input: Parameters for UserUpdatePassword
- (: UserUpdatePasswordInput!): UserUpdatePasswordPayload
- }
link Require by
This element is not required by anyone