Anchor to DeliveryPromiseParticipantsUpdatePayloadDelivery
payloadDelivery Promise Participants Update Payload
Return type for mutation.
Anchor to FieldsFields
- promiseParticipants ([DeliveryPromiseParticipant!])
- userErrors ([UserError!]!)
- 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?
Anchor to Mutations with this payloadMutations with this payload
- deliveryPromiseParticipantsUpdate (DeliveryPromiseParticipantsUpdatePayload)
- •mutation
Updates the delivery promise participants by adding or removing owners based on a branded promise handle.
- Anchor to brandedPromiseHandlebranded•String!
Promise Handle required The branded promise handle to update the delivery promise participants for.
- Anchor to ownersToAddowners•[ID!]
To Add Default:[] The owners to add to the delivery promise participants.
- Anchor to ownersToRemoveowners•[ID!]
To Remove Default:[] The owners to remove from the delivery promise participants.
Arguments
Was this section helpful?