INPUT_OBJECT

AdvertVettingRejectInput

link GraphQL Schema definition

  • input AdvertVettingRejectInput {
  • # A collection of ids of the products to reject for vetting.
  • advertIds: [ID!]!
  • # The reason the products is being rejected.
  • vettingRejectedReason: String!
  • }