Mutations
createPlanItem
MUTATION
createPlanItem(input: CreatePlanItemInput!): CreatePlanItemArguments
input
required
Returns
planItem
Mutation
mutation CreatePlanItem($input: CreatePlanItemInput!) {
createPlanItem(input: $input) {
planItem {
LastSessionId
_ChildAllocationsCount
_CommentsCount
_InputsCount
_IssuesCount
_ParentAllocationsCount
}
}
}Variables
{
"input": {
"name": "string"
}
}Response
{
"data": {
"createPlanItem": {
"planItem": {
"LastSessionId": "string",
"_ChildAllocationsCount": 1,
"_CommentsCount": 1,
"_InputsCount": 1,
"_IssuesCount": 1,
"_ParentAllocationsCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation CreatePlanItem($input: CreatePlanItemInput!) {
createPlanItem(input: $input) {
planItem {
LastSessionId
_ChildAllocationsCount
_CommentsCount
_InputsCount
_IssuesCount
_ParentAllocationsCount
}
}
}Variables
{
"input": {
"name": "string"
}
}Response
{
"data": {
"createPlanItem": {
"planItem": {
"LastSessionId": "string",
"_ChildAllocationsCount": 1,
"_CommentsCount": 1,
"_InputsCount": 1,
"_IssuesCount": 1,
"_ParentAllocationsCount": 1
}
}
}
}