OBJECT

MassUpdateOutputType

link GraphQL Schema definition

  • type MassUpdateOutputType {
  • # Boolean field that return mutation result request.
  • ok: Boolean
  • # Errors list for the field
  • errors: [ErrorType]
  • asynchronized: Boolean
  • found: Int
  • updated: Int
  • }