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