Mutations
batchRunSteps
Groups multiple run steps into a batch for simultaneous execution.
MUTATION
batchRunSteps(input: [BatchRunStepsInput]): BatchRunStepsArguments
input
Returns
runSteps
[RunStep]
Mutation
mutation BatchRunSteps {
batchRunSteps {
runSteps {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Parent
Sessions {
Created
LastSessionId
Updated
checkIn
checkOut
createdBy {
__typename
}
}
_AbomInstallationsCount
_AllChildrenCount
_AllParentsCount
}
}
}Response
{
"data": {
"batchRunSteps": {
"runSteps": [
{
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"Parent": "string",
"Sessions": [
{
"Created": "value",
"LastSessionId": "string",
"Updated": "value",
"checkIn": "value",
"checkOut": "value",
"createdBy": {
"__typename": "User"
}
}
],
"_AbomInstallationsCount": 1,
"_AllChildrenCount": 1,
"_AllParentsCount": 1
}
]
}
}
}Was this page helpful?
⌘I
Mutation
mutation BatchRunSteps {
batchRunSteps {
runSteps {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Parent
Sessions {
Created
LastSessionId
Updated
checkIn
checkOut
createdBy {
__typename
}
}
_AbomInstallationsCount
_AllChildrenCount
_AllParentsCount
}
}
}Response
{
"data": {
"batchRunSteps": {
"runSteps": [
{
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"Parent": "string",
"Sessions": [
{
"Created": "value",
"LastSessionId": "string",
"Updated": "value",
"checkIn": "value",
"checkOut": "value",
"createdBy": {
"__typename": "User"
}
}
],
"_AbomInstallationsCount": 1,
"_AllChildrenCount": 1,
"_AllParentsCount": 1
}
]
}
}
}