Skip to main content

RemoveFulfillmentRuleInput

Autogenerated input type of RemoveFulfillmentRule

input RemoveFulfillmentRuleInput {
clientMutationId: String
fulfillmentId: ID!
}

Fields

RemoveFulfillmentRuleInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

RemoveFulfillmentRuleInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment to remove the fulfillment rule from.

Member Of

removeFulfillmentRule mutation