featureUpdate
Graphql fields and variables for the featureUpdate mutation
mutation featureUpdate ($id: ID!, $attributes: FeatureAttributes!) {
featureUpdate (id: $id, attributes: $attributes) {
errors
feature {
code
createdAt
description
id
isProvisioned
isUnit
isVisible
name
position
productId
unitName
updatedAt
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
