Mutations
updateFurtherAction
MUTATION
updateFurtherAction(input: UpdateFurtherActionInput!): UpdateFurtherActionArguments
input
required
Returns
furtherAction
Mutation
mutation UpdateFurtherAction($input: UpdateFurtherActionInput!) {
updateFurtherAction(input: $input) {
furtherAction {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_ApprovalRequestsCount
_ApprovalsCount
_AssigneesCount
_AttributedPartsCount
}
}
}Variables
{
"input": {
"etag": "string",
"id": 1
}
}Response
{
"data": {
"updateFurtherAction": {
"furtherAction": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_ApprovalRequestsCount": 1,
"_ApprovalsCount": 1,
"_AssigneesCount": 1,
"_AttributedPartsCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdateFurtherAction($input: UpdateFurtherActionInput!) {
updateFurtherAction(input: $input) {
furtherAction {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_ApprovalRequestsCount
_ApprovalsCount
_AssigneesCount
_AttributedPartsCount
}
}
}Variables
{
"input": {
"etag": "string",
"id": 1
}
}Response
{
"data": {
"updateFurtherAction": {
"furtherAction": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_ApprovalRequestsCount": 1,
"_ApprovalsCount": 1,
"_AssigneesCount": 1,
"_AttributedPartsCount": 1
}
}
}
}