Mutations
createMrpJob
MUTATION
createMrpJob(input: CreateMRPJobInput!): CreateMRPJobArguments
input
required
Returns
mrpJob
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
createMrpJob(input: CreateMRPJobInput!): CreateMRPJobmutation CreateMrpJob($input: CreateMRPJobInput!) {
createMrpJob(input: $input) {
mrpJob {
LastSessionId
_CommentsCount
_PlanItemsCount
_created
_etag
_updated
}
}
}{
"input": {}
}{
"data": {
"createMrpJob": {
"mrpJob": {
"LastSessionId": "string",
"_CommentsCount": 1,
"_PlanItemsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Was this page helpful?
mutation CreateMrpJob($input: CreateMRPJobInput!) {
createMrpJob(input: $input) {
mrpJob {
LastSessionId
_CommentsCount
_PlanItemsCount
_created
_etag
_updated
}
}
}{
"input": {}
}{
"data": {
"createMrpJob": {
"mrpJob": {
"LastSessionId": "string",
"_CommentsCount": 1,
"_PlanItemsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Suggestions