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