Mutations
updateStepField
Updates a field within a step.
MUTATION
updateStepField(input: UpdateStepFieldInput!): UpdateStepFieldArguments
input
required
Returns
stepField
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates a field within a step.
updateStepField(input: UpdateStepFieldInput!): UpdateStepFieldmutation UpdateStepField($input: UpdateStepFieldInput!) {
updateStepField(input: $input) {
stepField {
LastSessionId
_ValidationsCount
_created
_etag
_updated
allowNotApplicable
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateStepField": {
"stepField": {
"LastSessionId": "string",
"_ValidationsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"allowNotApplicable": true
}
}
}
}Was this page helpful?
mutation UpdateStepField($input: UpdateStepFieldInput!) {
updateStepField(input: $input) {
stepField {
LastSessionId
_ValidationsCount
_created
_etag
_updated
allowNotApplicable
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateStepField": {
"stepField": {
"LastSessionId": "string",
"_ValidationsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"allowNotApplicable": true
}
}
}
}Suggestions