INPUT_OBJECT

SetDropSummaryInput

SetDropSummaryInput has fields required to update a drop's summary.

link GraphQL Schema definition

1input SetDropSummaryInput {
4
2# The associated drop for the summary to update.
3dropID: ID!
7
5# The date at which this drop can no longer occur.
6endAt: Time
10
8# The friendly name of this drop.
9name: String!
13
11# The date at which this drop can start to occur.
12startAt: Time
14}