OBJECT

FactoryResponse

link GraphQL Schema definition

  • type FactoryResponse 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 factory addressed by the mutation
  • factory: Factory
  • }

link Require by