GraphQL OBJECT
mutation
link Definition
- type mutation {
- # Triggers an instant renewal of a subscription.
- #
- # Arguments
- # subscriptionId: [Not documented]
- # updateInput: Input for subscription update.
- (
- Int!, :
- UpdateSubscriptionInput :
- ): RenewSubscriptionResult
- # Executes purchase processing.
- #
- # Arguments
- # purchaseId: Unique ID of the purchase.
- Int!): PurchasePayload ( :
- # Execute delivery process of purchase if possible.
- #
- # Arguments
- # purchaseId: [Not documented]
- Int!): ExecuteDeliveryProcessResult ( :
- # Converts an order into a purchase order if possible.
- #
- # Arguments
- # purchaseId: Unique ID of the purchase.
- # updateCustomerProfile: Determines whether or not the customer
- # payment profile should also be updated.
- (
- Int!, :
- Boolean :
- ): ConvertOrderToPurchaseOrderResult
- # Adds a backup CD to purchase if possible.
- #
- # Arguments
- # purchaseId: [Not documented]
- # processNewBackupCdPurchase: [Not documented]
- (
- Int!, :
- Boolean :
- ): AddBackupCdResult @deprecated( reason: "Deprecated, please do not use this mutation. Starting December 2022, Cleverbridge no longer offers backup CD, DVD, or USB drive production and delivery through our offices." )
- # Cancels an unpaid order.
- #
- # Arguments
- # purchaseId: Unique ID of the purchase.
- # sendMail: Set to true to send a cancelation confirmation email
- # to the customer.
- Int!, : Boolean): PurchasePayload ( :
- # Reject an purchase processed with error.
- #
- # Arguments
- # purchaseId: Unique ID of the purchase.
- Int!): RejectPurchaseForErrorResult ( :
- # Refunds the total amount of a purchase. You can execute a maximum number of
- # refunds per minute simultaneously.
- #
- # Arguments
- # basicRefundOptions: Basic reimbursement parameters for the
- # refund.
- # sendLetterOfDestruction: Set to true to start the letter of
- # destruction process.
- (
- BasicRefundOptions!, :
- Boolean :
- ): RefundPayload
- # Refunds one or more items of a multi-item purchase. You can execute a maximum
- # number of refunds per minute simultaneously.
- #
- # Arguments
- # basicRefundOptions: Basic reimbursement parameters for the
- # refund.
- # purchaseItemRunningNumbers: Running number(s) of the item(s) in
- # the multi-item purchase.
- # sendLetterOfDestruction: Set to true to start the letter of
- # destruction process.
- (
- BasicRefundOptions!, :
- Int]!, : [
- Boolean :
- ): RefundPayload
- # Refunds a specific amount of money. You can execute a maximum number of refunds
- # per minute simultaneously.
- #
- # Arguments
- # basicRefundOptions: Basic reimbursement parameters for the
- # refund.
- # purchaseItemRunningNumber: Running number of the item in the
- # purchase.
- # amount: A portion of the total amount of the purchase.
- # isGross: Set to true if taxes should be included in the amount.
- (
- BasicRefundOptions!, :
- Int!, :
- Decimal!, :
- Boolean! :
- ): RefundPayload
- # Adds a coupon code to an existing order and refunds the corresponding discount.
- # You can execute a maximum number of refunds per minute simultaneously.
- #
- # Arguments
- # refundCouponParameters: Parameters for the coupon refund.
- RefundCouponParameters!): RefundPayload ( :
- # Refunds the VAT of a purchase. You can execute a maximum number of refunds per
- # minute simultaneously.
- #
- # Arguments
- # basicRefundOptions: Basic reimbursement parameters for the
- # refund.
- # taxTypes: Taxation numbers of the customer's company, including
- # the taxation type.
- # vatId: Taxation number of the customer's company. Deprecated,
- # use taxTypes instead.
- (
- BasicRefundOptions!, :
- TaxTypeInput!], : [
- String :
- ): RefundPayload
- # Refunds the sales tax of a purchase. You can execute a maximum number of refunds
- # per minute simultaneously.
- #
- # Arguments
- # basicRefundOptions: Basic reimbursement parameters for the
- # refund.
- # taxExemptionDocumentId: Tax exemption document id of the
- # customer.
- (
- BasicRefundOptions!, :
- String! :
- ): RefundPayload
- # Updates a BiBookmark.
- #
- # Arguments
- # input: Input for BI bookmark update.
- UpdateBiBookmarkInput!): UpdateBiBookmarkPayload ( :
- # Updates an error log entry.
- #
- # Arguments
- # input: Input for error log entry update
- UpdateErrorLogEntry): ErrorLogEntryPayload ( :
- # Deactivates a subscription item.
- #
- # Arguments
- # subscriptionId: Unique ID of the subscription.
- # runningNo: Running number of the item in the subscription.
- (
- Int!, :
- Int! :
- ): SubscriptionItemPayload
- # Reinstates a subscription item.
- #
- # Arguments
- # subscriptionId: Unique ID of the subscription.
- # runningNo: Running number of the item in the subscription.
- (
- Int!, :
- Int! :
- ): SubscriptionItemPayload
- # Await reinstate a subscription item.
- #
- # Arguments
- # subscriptionId: Unique ID of the subscription.
- # runningNo: Running number of the item in the subscription.
- (
- Int!, :
- Int! :
- ): SubscriptionItemPayload
- # Updates x-parameters or adds them to a purchase.
- #
- # Arguments
- # purchaseId: Unique ID of the purchase.
- # extraParameters: List of x-parameters to be added or updated.
- # X-parameters are components of URLs that are used to pass information through
- # the checkout process.
- (
- Int!, :
- ExtraParameterInput]! : [
- ): ExtraParametersPayload
- # Creates a follow-up.
- #
- # Arguments
- # input: Input for follow-up creation.
- CreateFollowUpInput): FollowUpPayload ( :
- # Updates a follow-up.
- #
- # Arguments
- # input: Input for follow-up update.
- UpdateFollowUpInput): FollowUpPayload ( :
- # Deletes a follow-up.
- #
- # Arguments
- # followUpId: Unique ID of the follow-up.
- Int!): FollowUpPayload ( :
- # Generates a new email for a purchase.
- #
- # Arguments
- # purchaseId: Unique ID of the purchase.
- # mailType: Type of email.
- # recipient: Recipient of the email. If empty, the contact's
- # email address is used.
- (
- Int!, :
- MailTypeEnum!, :
- String :
- ): EmailsPayload
- # Prevents an email from being sent.
- #
- # Arguments
- # id: Unique ID of the email to be held.
- Int!): EmailPayload ( :
- # Places an email in a queue to be sent.
- #
- # Arguments
- # id: Unique ID of the email to be queued.
- Int!): EmailPayload ( :
- # Sends an email immediately.
- #
- # Arguments
- # id: Unique ID of the email to be sent.
- Int!): EmailPayload ( :
- # Renews a license key.
- #
- # Arguments
- # purchaseItemDeliveryKey: License key to be renewed.
- # updateKeyTemplateOutputOnly: Set to true to only update the key
- # template output.
- (
- PurchaseItemDeliveryKey!, :
- Boolean! :
- ): RenewPayload
- # Renews a download link.
- #
- # Arguments
- # purchaseItemDeliveryKey: Download link to be renewed.
- # expirationDate: Date and time when the download link should
- # expire.
- (
- PurchaseItemDeliveryKey!, :
- DateTime! :
- ): RenewPayload
- # Creates a history entry.
- #
- # Arguments
- # input: Input for history entry creation.
- CreateHistoryEntryInput!): CreateHistoryEntryPayload ( :
- # Updates a history entry.
- #
- # Arguments
- # input: [Not documented]
- UpdateHistoryEntryInput!): UpdateHistoryEntryPayload ( :
- # Applies a coupon to an item of a subscription, if applicable.
- #
- # Arguments
- # subscriptionId: Unique ID of the subscription.
- # runningNo: Running number of the item in the subscription.
- # couponCode: Coupon code for a promotion applied to item(s) in
- # the cart.
- (
- Int!, :
- Int!, :
- String! :
- ): SubscriptionItemPayload @deprecated( reason: "Deprecated please use ApplyCouponToSubscription instead." )
- # Applies a coupon to an subscription, if applicable.
- #
- # Arguments
- # subscriptionId: Unique ID of the subscription.
- # couponCode: Coupon code for a promotion applied to item(s) in
- # the cart.
- (
- Int!, :
- String! :
- ): ApplyCouponToSubscriptionPayload
- # Creates a customer.
- #
- # Arguments
- # input: Input for customer creation.
- CreateCustomerInput!): CreateCustomerPayload ( :
- # Updates the next billing date for a subscription.
- #
- # Arguments
- # subscriptionId: Unique ID of the subscription.
- # nextBillingDate: Date and time of subscription renewal and
- # payment collection.
- (
- Int!, :
- DateTime! :
- ): UpdateNextBillingDatePayload
- # Creates a subscription.
- #
- # Arguments
- # input: Input for subscription creation.
- CreateSubscriptionInput!): CreateSubscriptionPayload ( :
- # Upgrades an existing subscription.
- #
- # Arguments
- # input: Input for subscription upgrade.
- UpgradeSubscriptionInput!): UpgradeSubscriptionResult ( :
- # Updates the renewal type of a subscription.
- #
- # Arguments
- # subscriptionId: Unique ID of the subscription.
- # renewalType: Renewal type of the subscription.
- (
- Int!, :
- SubscriptionRenewalTypeEnum! :
- ): UpdateRenewalTypePayload
- # Updates contact information for a customer or purchase.
- #
- # Arguments
- # input: Input for contact update.
- UpdateContactInput): UpdateContactPayload ( :
- # Updates a payment profile with Boleto data.
- #
- # Arguments
- # input: Input for payment profile update with Boleto data.
- UpdateBoletoPaymentInput): PaymentProfilePayload ( :
- # Updates a payment profile with Konbini data.
- #
- # Arguments
- # input: Input for an update of payment profile with Konbini
- # data.
- (
- UpdateKonbiniPaymentInput :
- ): PaymentProfilePayload @deprecated( reason: "Deprecated: On September 15 2022, Konbini has been removed from available payment options." )
- # Updates a payment profile with IDEAL data.
- #
- # Arguments
- # input: Input for payment profile update with IDEAL data.
- UpdateIdealPaymentInput): PaymentProfilePayload ( :
- # Updates a payment profile with credit card data.
- #
- # Arguments
- # input: Input for payment profile update with credit card data.
- UpdateCreditCardInput): PaymentProfilePayload ( :
- # Updates a payment profile with debit card data.
- #
- # Arguments
- # input: Input for payment profile update with debit card data.
- UpdateDebitCardInput): PaymentProfilePayload ( :
- # Updates a payment profile with credit card information.
- #
- # Arguments
- # input: Input for payment profile update with generic payment
- # data.
- UpdatePaymentProfileInput): PaymentProfilePayload ( :
- # Updates a payment profile with SEPA bank account data.
- #
- # Arguments
- # input: Input for payment profile update with SEPA bank account
- # data.
- (
- UpdateSepaBankAccountInput :
- ): PaymentProfilePayload
- # Updates a payment profile with Brazilian bank account data.
- #
- # Arguments
- # input: Input for payment profile update with Brazilian bank
- # account data.
- (
- UpdateBrazilianBankAccountInput :
- ): PaymentProfilePayload
- # Creates new contact profiles for one or more customer contact types in order to
- # set different contact profiles for billing, delivery and licensee contact.
- #
- # Arguments
- # input: Input for customer contact creation.
- (
- CreateCustomerContactsInput :
- ): UpdateCustomerPayload @deprecated( reason: "Replaced by updateCustomerContact mutation." )
- # Reassigns existing contact profiles of the customer to other contact types.
- #
- # Arguments
- # input: Input for customer contact update.
- (
- UpdateCustomerContactsInput :
- ): UpdateCustomerPayload @deprecated( reason: "Replaced by updateCustomerContact mutation." )
- # Creates a product.
- #
- # Arguments
- # input: Input for product creation.
- CreateProductInput!): CreateProductPayload ( :
- # Deletes a product.
- #
- # Arguments
- # id: Unique ID of the product.
- # internalId: Internal ID of the product. Cross-references the
- # purchases for this product with your own internal number.
- # clientId: Unique ID of the client account. Mandatory when
- # deleting with "internalId".
- Int, : String, : Int): ProductDeletePayload ( :
- # Updates a product.
- #
- # Arguments
- # input: Input for product update.
- UpdateProductInput!): UpdateProductPayload ( :
- # Creates a recommendation.
- #
- # Arguments
- # input: Input for recommendation creation.
- CreateRecommendationInput!): CreateRecommendationPayload ( :
- # Updates a recommendation.
- #
- # Arguments
- # input: Input for recommendation update.
- UpdateRecommendationInput!): UpdateRecommendationPayload ( :
- # Deletes a recommendation.
- #
- # Arguments
- # id: Unique ID of the recommendation.
- Int!): DeleteRecommendationPayload ( :
- # Deletes a promotion.
- #
- # Arguments
- # id: Unique ID of the promotion.
- Int!): DeletePromotionPayload ( :
- # Creates a promotion.
- #
- # Arguments
- # input: Input for promotion creation.
- CreatePromotionInput!): CreatePromotionPayload ( :
- # Updates a promotion.
- #
- # Arguments
- # input: Input for promotion update.
- UpdatePromotionInput!): UpdatePromotionPayload ( :
- # Updates a text element.
- #
- # Arguments
- # input: Input for text element update.
- UpdateTextElementInput!): UpdateTextElementPayload ( :
- # Creates a text element.
- #
- # Arguments
- # input: Input for text element creation.
- CreateTextElementInput!): CreateTextElementPayload ( :
- # Deletes a text element.
- #
- # Arguments
- # id: Unique ID of the text element.
- Int!): DeleteTextElementPayload ( :
- # Creates a product characteristic.
- #
- # Arguments
- # input: Input for product characteristic creation.
- (
- CreateProductCharacteristicInput! :
- ): CreateProductCharacteristicPayload
- # Deletes a product characteristic.
- #
- # Arguments
- # id: Unique ID of the product characteristic.
- Int!): DeleteProductCharacteristicPayload ( :
- # Updates a product characteristic.
- #
- # Arguments
- # input: Input for a product characteristic update
- (
- UpdateProductCharacteristicInput! :
- ): UpdateProductCharacteristicPayload
- # Arguments
- # couponCode: Coupon code for a promotion associated with the
- # item.
- # currencyId: Currency ID of the customer.
- # customer: Customer's information details.
- # cartItems: List of product and pricing items.
- # renewalType: Renewal type of the subscription.
- (
- String, :
- CheckoutCurrencyEnum, :
- UpdateSessionCustomerContactsInput, :
- CartItemInput], : [
- SubscriptionRenewalTypeEnum :
- ): UpdateSessionPayload
- # Creates a product selection.
- #
- # Arguments
- # input: Input for a product selection creation.
- (
- CreateProductSelectionInput! :
- ): CreateProductSelectionPayload
- # Updates a product selection.
- #
- # Arguments
- # input: Input for a product selection update.
- (
- UpdateProductSelectionInput! :
- ): UpdateProductSelectionPayload
- # Deletes a product selection.
- #
- # Arguments
- # id: Unique ID of the product selection.
- Int!): DeleteProductSelectionPayload ( :
- # Reassigns existing contact profiles of the purchase to other contact types.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdatePurchaseContactsInput :
- ): UpdatePurchasePayload @deprecated( reason: "Replaced by updatePurchaseContacts mutation." )
- # Updates or creates the contact profiles for one or more customer contact types
- # for the given purchase.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdatePurchaseContactsInput :
- ): UpdatePurchasePayload
- # Updates or creates the contact profiles for the given customer.
- #
- # Arguments
- # input: [Not documented]
- (
- UpdateCustomerContactsInput :
- ): UpdateCustomerPayload
- # Resets the paymentchange counter of the purchase.
- #
- # Arguments
- # purchaseId: [Not documented]
- Int!): UpdatePurchasePayload ( :
- # Updates the customer purchase order number.
- #
- # Arguments
- # purchaseId: [Not documented]
- # customerPurchaseOrderNo: [Not documented]
- (
- Int!, :
- String! :
- ): UpdatePurchasePayload
- # Deletes the personal data of the customer who made the purchase.
- #
- # Arguments
- # purchaseId: [Not documented]
- (
- Int! :
- ): UpdatePurchasePayload @deprecated( reason: "Deprecated: Please use deletePersonalData instead." )
- # Deletes personal customer data for multiple purchases.
- #
- # Arguments
- # purchaseIds: [Not documented]
- Int!]!): DeletePersonalDataPayload ( : [
- # Align customer IP address country with customer country in subscription.
- #
- # Arguments
- # purchaseId: ID of the purchase.
- (
- Int! :
- ): AlignIpCountryWithCustomerCountryPayload
- # Generates a protected URL.
- #
- # Arguments
- # input: [Not documented]
- GenerateProtectedUrlInput!): GenerateProtectedUrlPayload ( :
- # Deletes a protected URL.
- #
- # Arguments
- # id: Unique ID of the protected URL.
- Int!): DeleteProtectedUrlPayload ( :
- # Updates a protected URL.
- #
- # Arguments
- # input: [Not documented]
- UpdateProtectedUrlInput!): UpdateProtectedUrlPayload ( :
- # Creates a product list.
- #
- # Arguments
- # input: Input for product list creation.
- CreateProductListInput!): CreateProductListPayload ( :
- # Deletes a product list.
- #
- # Arguments
- # id: Unique ID of the product list.
- Int!): DeleteProductListPayload ( :
- # Updates a product list.
- #
- # Arguments
- # input: Input for a product list update
- UpdateProductListInput!): UpdateProductListPayload ( :
- # Updates a client.
- #
- # Arguments
- # input: Input for a client update
- UpdateClientInput!): UpdateClientPayload ( :
- # Updates the applicable price configurations.
- #
- # Arguments
- # input: Input for a applicable price configurations update
- (
- UpdateApplicablePriceConfigurationsInput! :
- ): UpdateApplicablePriceConfigurationsPayload
- # Creates the avatax configuration.
- #
- # Arguments
- # input: Input for an avatax configuration creation.
- (
- CreateAvataxConfigurationInput! :
- ): CreateAvataxConfigurationPayload
- # Updates the avatax configuration.
- #
- # Arguments
- # input: Input for an avatax configuration update.
- (
- UpdateAvataxConfigurationInput! :
- ): UpdateAvataxConfigurationPayload
- # Deletes the avatax configuration.
- #
- # Arguments
- # clientId: Client ID of the avatax configuration.
- Int!): DeleteAvataxConfigurationPayload ( :
- # Creates a region configuration.
- #
- # Arguments
- # input: Input for region configuration creation.
- (
- CreateRegionConfigurationInput! :
- ): CreateRegionConfigurationPayload
- # Deletes a region configuration.
- #
- # Arguments
- # id: Unique ID of the region configuration.
- Int!): DeleteRegionConfigurationPayload ( :
- # Updates a region configuration.
- #
- # Arguments
- # input: Input for a region configuration update
- (
- UpdateRegionConfigurationInput! :
- ): UpdateRegionConfigurationPayload
- # Creates a price configuration.
- #
- # Arguments
- # input: Input for price configuration creation.
- (
- CreatePriceConfigurationInput! :
- ): CreatePriceConfigurationPayload
- # Deletes a price configuration.
- #
- # Arguments
- # id: Unique ID of the price configuration.
- Int!): DeletePriceConfigurationPayload ( :
- # Updates a price configuration.
- #
- # Arguments
- # input: Input for a price configuration.
- (
- UpdatePriceConfigurationInput! :
- ): UpdatePriceConfigurationPayload
- # Deletes a MVT campaign.
- #
- # Arguments
- # id: Unique ID of the MVT campaign.
- Int!): DeleteMvtCampaignPayload ( :
- # Updates a MVT campaign.
- #
- # Arguments
- # input: input for a MVT campaign.
- UpdateMvtCampaignInput!): UpdateMvtCampaignPayload ( :
- # Creates a MVT campaign.
- #
- # Arguments
- # input: Input for creating a MVT campaign.
- CreateMvtCampaignInput!): CreateMvtCampaignPayload ( :
- # Deletes a notification
- #
- # Arguments
- # id: Unique ID of the notification
- Int!): DeleteNotificationPayload ( :
- # Creates a notification
- #
- # Arguments
- # input: Representation of new notification.
- CreateNotificationInput!): CreateNotificationPayload ( :
- # Updates a notification
- #
- # Arguments
- # input: Representation of the updated notification.
- UpdateNotificationInput!): UpdateNotificationPayload ( :
- # creates a key generator.
- #
- # Arguments
- # input: input for a key generator.
- CreateKeyGeneratorInput!): CreateKeyGeneratorPayload ( :
- # Updates a key generator.
- #
- # Arguments
- # input: input for a key generator.
- UpdateKeyGeneratorInput!): UpdateKeyGeneratorPayload ( :
- # Deletes a key generator.
- #
- # Arguments
- # id: Unique ID of the key generator.
- Int!): DeleteKeyGeneratorPayload ( :
- # Adds a backup CD to purchase if possible.
- #
- # Arguments
- # purchaseId: Unique ID of the purchase.
- # purchaseItemRunningNo: Running no of the purchase item.
- (
- Int!, :
- Int! :
- ): RedeliverBackupMediumResult @deprecated( reason: "Deprecated, please do not use this mutation. Starting December 2022, Cleverbridge no longer offers backup CD, DVD, or USB drive production and delivery through our offices." )
- # creates a tax exemption document.
- #
- # Arguments
- # input: input for a tax exemption document.
- (
- CreateTaxExemptionDocumentInput! :
- ): CreateTaxExemptionDocumentPayload
- # creates a tax exemption document.
- #
- # Arguments
- # input: input for updating a tax exemption document.
- (
- UpdateTaxExemptionDocumentInput! :
- ): UpdateTaxExemptionDocumentPayload
- # deletes a tax exemption document.
- #
- # Arguments
- # id: ID of the tax exemption document.
- String!): DeleteTaxExemptionDocumentPayload ( :
- # Creates a journal item.
- #
- # Arguments
- # input: Input for a journal item creation.
- CreateJournalItemInput!): CreateJournalItemIPayload ( :
- # Updates a journal item.
- #
- # Arguments
- # input: Input for a journal item update.
- UpdateJournalItemInput!): UpdateJournalItemIPayload ( :
- # Arguments
- # purchaseId: Id of the purchase to accept
- Int!): AcceptPurchaseResult ( :
- # Arguments
- # purchaseId: Id of the purchase to accept
- Int!): ReleasePurchaseOrderResult ( :
- # Stops payment delinquency process.
- #
- # Arguments
- # purchaseId: Unique ID of the purchase.
- Int!): PurchasePayload ( :
- # Deletes a package discount.
- #
- # Arguments
- # id: Unique ID of the package discount.
- Int!): DeletePackageDiscountPayload ( :
- # Creates a package discount.
- #
- # Arguments
- # input: Input for a package discount creation.
- CreatePackageDiscountInput!): CreatePackageDiscountPayload ( :
- # Updates a package discount.
- #
- # Arguments
- # input: Input for a package discount update.
- UpdatePackageDiscountInput!): UpdatePackageDiscountPayload ( :
- # Updates a subscription.
- #
- # Arguments
- # subscriptionId: ID of the subscription.
- # input: Update input for the subscription.
- (
- Int!, :
- UpdateSubscriptionInput! :
- ): UpdateSubscriptionResult
- # Accepts a renewal quote and renews subscription.
- #
- # Arguments
- # renewalQuoteId: ID of the renewal quote.
- Int!): AcceptRenewalQuoteResult ( :
- # Creates a renewal quote.
- #
- # Arguments
- # input: Input for renewal quote creation.
- CreateRenewalQuoteInput!): CreateRenewalQuotePayload ( :
- # Updates a renewal quote.
- #
- # Arguments
- # input: Input for renewal quote update.
- UpdateRenewalQuoteInput!): UpdateRenewalQuotePayload ( :
- # Creates an user account.
- #
- # Arguments
- # input: Input for a user account.
- CreateUserAccountInput!): CreateUserAccountPayload ( :
- # Updates an user account.
- #
- # Arguments
- # input: Update input for a user account.
- UpdateUserAccountInput!): UpdateUserAccountPayload ( :
- # Deletes a user account.
- #
- # Arguments
- # id: Unique ID of the user account.
- Int!): DeleteUserAcccountPayload ( :
- # Creates a department.
- #
- # Arguments
- # input: Input for a department.
- CreateDepartmentInput!): CreateDepartmentPayload ( :
- # Updates an department.
- #
- # Arguments
- # input: Update input for a department.
- UpdateDepartmentInput!): UpdateDepartmentPayload ( :
- # Deletes a department.
- #
- # Arguments
- # id: Unique ID of the department.
- Int!): DeleteDepartmentPayload ( :
- # Creates a office.
- #
- # Arguments
- # input: Input for a office.
- CreateOfficeInput!): CreateOfficePayload ( :
- # Updates an office.
- #
- # Arguments
- # input: Update input for a office.
- UpdateOfficeInput!): UpdateOfficePayload ( :
- # Deletes a office.
- #
- # Arguments
- # id: Unique ID of the office.
- Int!): DeleteOfficePayload ( :
- }
link Required by
This element is not required by anyone