Mutations
convertResultsFromPlanItems
Converts the results of multiple plan items.
MUTATION
convertResultsFromPlanItems(input: ConvertResultsFromPlanItemsInput): ConvertResultsFromPlanItemsArguments
Returns
planItems
[PlanItem]
Mutation
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Converts the results of multiple plan items.
convertResultsFromPlanItems(input: ConvertResultsFromPlanItemsInput): ConvertResultsFromPlanItemsmutation ConvertResultsFromPlanItems {
convertResultsFromPlanItems {
planItems {
LastSessionId
_ChildAllocationsCount
_CommentsCount
_InputsCount
_IssuesCount
_ParentAllocationsCount
}
}
}{
"data": {
"convertResultsFromPlanItems": {
"planItems": [
{
"LastSessionId": "string",
"_ChildAllocationsCount": 1,
"_CommentsCount": 1,
"_InputsCount": 1,
"_IssuesCount": 1,
"_ParentAllocationsCount": 1
}
]
}
}
}Was this page helpful?
mutation ConvertResultsFromPlanItems {
convertResultsFromPlanItems {
planItems {
LastSessionId
_ChildAllocationsCount
_CommentsCount
_InputsCount
_IssuesCount
_ParentAllocationsCount
}
}
}{
"data": {
"convertResultsFromPlanItems": {
"planItems": [
{
"LastSessionId": "string",
"_ChildAllocationsCount": 1,
"_CommentsCount": 1,
"_InputsCount": 1,
"_IssuesCount": 1,
"_ParentAllocationsCount": 1
}
]
}
}
}Suggestions