OBJECT

ProductClassResponse

link GraphQL Schema definition

  • type ProductClassResponse implements Response {
  • # Http response code
  • code: Int!
  • # True if the mutation has been a success and false otherwise
  • success: Boolean!
  • # A response message
  • message: String!
  • # The product class addressed by the mutation
  • productClass: ProductClass
  • }

link Require by