Mutations
updateRun
MUTATION
updateRun(input: UpdateRunInput!): UpdateRunArguments
input
required
Returns
run
Mutation
mutation UpdateRun($input: UpdateRunInput!) {
updateRun(input: $input) {
run {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
ExportControlled
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Variables
{
"input": {
"etag": "string",
"id": "id"
}
}Response
{
"data": {
"updateRun": {
"run": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"ExportControlled": true,
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdateRun($input: UpdateRunInput!) {
updateRun(input: $input) {
run {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
ExportControlled
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Variables
{
"input": {
"etag": "string",
"id": "id"
}
}Response
{
"data": {
"updateRun": {
"run": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"ExportControlled": true,
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
}
}
}
}