UpdateFulfillmentProfileInput
Autogenerated input type of UpdateFulfillmentProfile
input UpdateFulfillmentProfileInput {
clientMutationId: String
description: String
fulfillmentIntegrationId: ID
id: ID!
name: String
}
Fields
UpdateFulfillmentProfileInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
UpdateFulfillmentProfileInput.description ● String scalar common
The new description of the fulfillment profile.
UpdateFulfillmentProfileInput.fulfillmentIntegrationId ● ID scalar common
Fulfillment integration used to fulfill, overriding the building's integration.
UpdateFulfillmentProfileInput.id ● ID! non-null scalar common
The ID of the fulfillment profile to update.
UpdateFulfillmentProfileInput.name ● String scalar common
The new name of the fulfillment profile.
Member Of
updateFulfillmentProfile mutation