Skip to main content

RemoveFulfillmentProfileInput

Autogenerated input type of RemoveFulfillmentProfile

input RemoveFulfillmentProfileInput {
clientMutationId: String
fulfillmentId: ID!
}

Fields

RemoveFulfillmentProfileInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

RemoveFulfillmentProfileInput.fulfillmentId ● ID! non-null scalar common

The ID of the fulfillment to remove the profile from.

Member Of

removeFulfillmentProfile mutation