INPUT_OBJECT

DropImageUploadInput

DropImageUploadInput has the fields required to upload a drop's image asset.

link GraphQL Schema definition

1input DropImageUploadInput {
4
2# The ownerID of the content owner.
3ownerID: ID!
7
5# The ID for the referenced scope item.
6referenceID: ID!
10
8# The scope of what the image gets uploaded for.
9scope: Scope!
11}