Mutations
UpdateRunAttributes
MUTATION
UpdateRunAttributes(input: [UpdateRunAttributeInput]!): UpdateRunAttributesArguments
input
required
Returns
runAttributes
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
UpdateRunAttributes(input: [UpdateRunAttributeInput]!): UpdateRunAttributesmutation UpdateRunAttributes($input: [UpdateRunAttributeInput]!) {
UpdateRunAttributes(input: $input) {
runAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"runId": 1
}
]
}{
"data": {
"UpdateRunAttributes": {
"runAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Was this page helpful?
mutation UpdateRunAttributes($input: [UpdateRunAttributeInput]!) {
UpdateRunAttributes(input: $input) {
runAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"runId": 1
}
]
}{
"data": {
"UpdateRunAttributes": {
"runAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Suggestions