Skip to main content
Anchor to deliveryPromiseParticipantsUpdate

deliveryPromiseParticipantsUpdate

mutation

Requires write_delivery_promises access scope.

Updates the delivery promise participants by adding or removing owners based on a branded promise handle.

Anchor to brandedPromiseHandlebrandedPromiseHandle
•String!
required

The branded promise handle to update the delivery promise participants for.

•[ID!]
Default:[]

The owners to add to the delivery promise participants.

•[ID!]
Default:[]

The owners to remove from the delivery promise participants.


Was this section helpful?

Anchor to DeliveryPromiseParticipantsUpdatePayload returnsDeliveryPromiseParticipantsUpdatePayload returns

•[DeliveryPromiseParticipant!]

The promise participants that were added.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?