INPUT_OBJECT

SetDropBenefitsOnDropInput

SetDropBenefitsOnDropInput has fields required to update a drop's list of benefits.

link GraphQL Schema definition

1input SetDropBenefitsOnDropInput {
4
2# The benefits that should be awarded when this drop is claimed.
3benefitIDs: [ID!]!
7
5# The drop to update.
6dropID: ID!
8}