SetFulfillmentIntegrationInput
Autogenerated input type of SetFulfillmentIntegration
input SetFulfillmentIntegrationInput {
clientMutationId: String
fulfillmentId: ID!
integrationId: ID
}
Fields
SetFulfillmentIntegrationInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
SetFulfillmentIntegrationInput.fulfillmentId ● ID! non-null scalar common
The ID of the fulfillment to update.
SetFulfillmentIntegrationInput.integrationId ● ID scalar common
The integration to assign. Pass null to remove the assigned integration override.
Member Of
setFulfillmentIntegration mutation