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