Skip to content

Commit

Permalink
chore: fix unit code rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Sep 28, 2023
1 parent 59aecf1 commit 1cd4b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo-shop/jobs/job_extra.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"mutation": "mutation mutateOrganizations($var: [IIoRestorecommerceOrganizationOrganization!]!){ master_data { organization { Mutate( input: { items: $var, totalCount: 0, mode: CREATE } ) { details{items {status {id, code, message}}, operationStatus { code message } } } } }}"
},
{
"name": "codes",
"name": "unit_codes",
"operation": "sync",
"src": "./data/",
"filter": "codes.yaml",
"filter": "unit_codes.yaml",
"batchSize": 100,
"mutation": "mutation mutateCodes($var: [IIoRestorecommerceUnitCodeUnitCode!]!){ catalog { unit_code { Mutate( input: { items: $var, totalCount: 0, mode: CREATE } ) { details{items {status {id, code, message}}, operationStatus { code message } } } } }}"
}
Expand Down

0 comments on commit 1cd4b35

Please sign in to comment.