Mutations
createRuns
Creates one or more runs, which are executions of a procedure.
Mutation
mutation CreateRuns {
createRuns {
runs {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
ExportControlled
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Response
{
"data": {
"createRuns": {
"runs": [
{
"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 CreateRuns {
createRuns {
runs {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
ExportControlled
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
}
}
}Response
{
"data": {
"createRuns": {
"runs": [
{
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"ExportControlled": true,
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1
}
]
}
}
}