Anchor to deliveryPromiseParticipantsUpdatedelivery
mutationdelivery Promise Participants Update
Requires access scope.
Updates the delivery promise participants by adding or removing owners based on a branded promise handle.
Anchor to Arguments
Arguments
- Anchor to brandedPromiseHandlebranded•String!required
Promise Handle The branded promise handle to update the delivery promise participants for.
- Anchor to ownersToAddowners•[ID!]Default:[]
To Add The owners to add to the delivery promise participants.
- Anchor to ownersToRemoveowners•[ID!]Default:[]
To Remove The owners to remove from the delivery promise participants.
Was this section helpful?
Anchor to DeliveryPromiseParticipantsUpdatePayload returnsDelivery Promise Participants Update Payload returns
- Anchor to promiseParticipantspromise•[Delivery
Participants Promise Participant!] The promise participants that were added.
- Anchor to userErrorsuser•[User
Errors Error!]!non-null The list of errors that occurred from executing the mutation.
Was this section helpful?