INPUT_OBJECT

DropPrecondition

DropPrecondition is the tuple of DropID and the DropPreconditionID, which is the drop that must be attained first.

link GraphQL Schema definition

1input DropPrecondition {
4
2# The drop that can be claimed once the preconditions are met.
3dropID: ID!
7
5# The drop that must have been claimed before you can make progress on this drop.
6dropPreconditionID: ID!
8}