systemImportStart.graphql 104 B

12345678
  1. mutation systemImportStart {
  2. systemImportStart {
  3. success
  4. errors {
  5. ...errors
  6. }
  7. }
  8. }