Mutations
updateMrpJob
MUTATION
updateMrpJob(input: UpdateMRPJobInput!): UpdateMRPJobArguments
input
required
Returns
mrpJob
Mutation
mutation UpdateMrpJob($input: UpdateMRPJobInput!) {
updateMrpJob(input: $input) {
mrpJob {
LastSessionId
_CommentsCount
_PlanItemsCount
_created
_etag
_updated
}
}
}Variables
{
"input": {
"etag": "string",
"id": "id"
}
}Response
{
"data": {
"updateMrpJob": {
"mrpJob": {
"LastSessionId": "string",
"_CommentsCount": 1,
"_PlanItemsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdateMrpJob($input: UpdateMRPJobInput!) {
updateMrpJob(input: $input) {
mrpJob {
LastSessionId
_CommentsCount
_PlanItemsCount
_created
_etag
_updated
}
}
}Variables
{
"input": {
"etag": "string",
"id": "id"
}
}Response
{
"data": {
"updateMrpJob": {
"mrpJob": {
"LastSessionId": "string",
"_CommentsCount": 1,
"_PlanItemsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}