Mutations
updatePlanItem
MUTATION
updatePlanItem(input: UpdatePlanItemInput!): UpdatePlanItemArguments
input
required
Returns
planItem
Mutation
mutation UpdatePlanItem($input: UpdatePlanItemInput!) {
updatePlanItem(input: $input) {
planItem {
LastSessionId
_ChildAllocationsCount
_CommentsCount
_InputsCount
_IssuesCount
_ParentAllocationsCount
}
}
}Variables
{
"input": {
"etag": "string",
"id": "id"
}
}Response
{
"data": {
"updatePlanItem": {
"planItem": {
"LastSessionId": "string",
"_ChildAllocationsCount": 1,
"_CommentsCount": 1,
"_InputsCount": 1,
"_IssuesCount": 1,
"_ParentAllocationsCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdatePlanItem($input: UpdatePlanItemInput!) {
updatePlanItem(input: $input) {
planItem {
LastSessionId
_ChildAllocationsCount
_CommentsCount
_InputsCount
_IssuesCount
_ParentAllocationsCount
}
}
}Variables
{
"input": {
"etag": "string",
"id": "id"
}
}Response
{
"data": {
"updatePlanItem": {
"planItem": {
"LastSessionId": "string",
"_ChildAllocationsCount": 1,
"_CommentsCount": 1,
"_InputsCount": 1,
"_IssuesCount": 1,
"_ParentAllocationsCount": 1
}
}
}
}