requestPlan
Kick off plan generation for a user
GraphQL Schema
extend type mutation {
"""Kick off plan generation for a user"""
requestPlan(input: RequestPlanInput!): RequestPlanPayload!
}
Arguments
Name | Type | Description |
---|---|---|
input | [RequestPlanInput!](/04-reference/05-Input Objects/RequestPlanInput.mdx) |
Response Shape
This mutation returns RequestPlanPayload!
Name | Type | Description |
---|---|---|
success | Boolean! | Whether the mutation was successful |
error | ErrorType | Error information |