Mutations
createFurtherAction
MUTATION
createFurtherAction(input: CreateFurtherActionInput!): CreateFurtherActionArguments
input
required
Returns
furtherAction
Mutation
mutation CreateFurtherAction($input: CreateFurtherActionInput!) {
createFurtherAction(input: $input) {
furtherAction {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_ApprovalRequestsCount
_ApprovalsCount
_AssigneesCount
_AttributedPartsCount
}
}
}Variables
{
"input": {
"title": "string"
}
}Response
{
"data": {
"createFurtherAction": {
"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 CreateFurtherAction($input: CreateFurtherActionInput!) {
createFurtherAction(input: $input) {
furtherAction {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_ApprovalRequestsCount
_ApprovalsCount
_AssigneesCount
_AttributedPartsCount
}
}
}Variables
{
"input": {
"title": "string"
}
}Response
{
"data": {
"createFurtherAction": {
"furtherAction": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_ApprovalRequestsCount": 1,
"_ApprovalsCount": 1,
"_AssigneesCount": 1,
"_AttributedPartsCount": 1
}
}
}
}