OBJECT

CreateDropBenefitPayload

CreateDropBenefitPayload returns the result of the creation.

link GraphQL Schema definition

1type CreateDropBenefitPayload {
2
3# Returns the created Benefit.
4dropBenefit: DropBenefit
5
6# A mapped error returned by the drops management service.
7error: DropsError
8
9}