Mutations
removeResultFromPlanItem
Removes a result from a plan item.
MUTATION
removeResultFromPlanItem(input: ResultToPlanItemInput): RemoveResultFromPlanItemArguments
Returns
planItem
Mutation
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Removes a result from a plan item.
removeResultFromPlanItem(input: ResultToPlanItemInput): RemoveResultFromPlanItemmutation RemoveResultFromPlanItem {
removeResultFromPlanItem {
planItem {
LastSessionId
_ChildAllocationsCount
_CommentsCount
_InputsCount
_IssuesCount
_ParentAllocationsCount
}
}
}{
"data": {
"removeResultFromPlanItem": {
"planItem": {
"LastSessionId": "string",
"_ChildAllocationsCount": 1,
"_CommentsCount": 1,
"_InputsCount": 1,
"_IssuesCount": 1,
"_ParentAllocationsCount": 1
}
}
}
}Was this page helpful?
mutation RemoveResultFromPlanItem {
removeResultFromPlanItem {
planItem {
LastSessionId
_ChildAllocationsCount
_CommentsCount
_InputsCount
_IssuesCount
_ParentAllocationsCount
}
}
}{
"data": {
"removeResultFromPlanItem": {
"planItem": {
"LastSessionId": "string",
"_ChildAllocationsCount": 1,
"_CommentsCount": 1,
"_InputsCount": 1,
"_IssuesCount": 1,
"_ParentAllocationsCount": 1
}
}
}
}Suggestions