Mutations
reorderRunSteps
Changes the order of steps within a run.
MUTATION
reorderRunSteps(input: ReorderRunStepsInput!): ReorderRunStepsArguments
input
required
Returns
steps
[RunStep]
Mutation
mutation ReorderRunSteps($input: ReorderRunStepsInput!) {
reorderRunSteps(input: $input) {
steps {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Parent
Sessions {
Created
LastSessionId
Updated
checkIn
checkOut
createdBy {
__typename
}
}
_AbomInstallationsCount
_AllChildrenCount
_AllParentsCount
}
}
}Variables
{
"input": {
"steps": [
{
"etag": "string",
"id": 1,
"position": 1
}
]
}
}Response
{
"data": {
"reorderRunSteps": {
"steps": [
{
"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 ReorderRunSteps($input: ReorderRunStepsInput!) {
reorderRunSteps(input: $input) {
steps {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
Parent
Sessions {
Created
LastSessionId
Updated
checkIn
checkOut
createdBy {
__typename
}
}
_AbomInstallationsCount
_AllChildrenCount
_AllParentsCount
}
}
}Variables
{
"input": {
"steps": [
{
"etag": "string",
"id": 1,
"position": 1
}
]
}
}Response
{
"data": {
"reorderRunSteps": {
"steps": [
{
"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
}
]
}
}
}