OBJECT

ProductApprovalRequest

link GraphQL Schema definition

  • type ProductApprovalRequest {
  • # Arguments
  • # include_deleted: [Not documented]
  • product(include_deleted: Boolean): Product
  • job_id: ID
  • # Arguments
  • # include_deleted: [Not documented]
  • job(include_deleted: Boolean): ProductJob
  • target_categories: String
  • id: Int
  • product_id: Int
  • date_created: String
  • status: Int
  • }