INPUT_OBJECT

DeleteDropInput

DeleteDropInput has fields required to delete a drop.

link GraphQL Schema definition

1input DeleteDropInput {
4
2# The id of the Drop to be deleted.
3dropID: ID!
5}