INPUT_OBJECT

OfferAndStatus

Contains an offer ID and offer status.

link GraphQL Schema definition

1input OfferAndStatus {
4
2# Unique Identifier for an offer.
3offerID: ID!
7
5# The status to set the offer to for the specified user.
6status: String!
8}