Graphql fields and variables for the planFeatureUpdate mutation
Last updated 2 years ago
Was this helpful?
Update a plan feature
Scope required: product:write
For a complete list of input attributes see the type
mutation planFeatureUpdate ($id: ID!, $attributes: PlanFeatureAttributes!) { planFeatureUpdate (id: $id, attributes: $attributes) { errors planFeature { createdAt featureId id planId updatedAt value } } }
{ "id": "456123", "attributes": { "id": "456123", "planId": "", "featureId": "", "value": "" } }
id
ID
attributes
errors
List (String)
planFeature