featureCreate
Graphql fields and variables for the featureCreate mutation
mutation featureCreate ($productId: ID!, $attributes: FeatureAttributes!) {
featureCreate (productId: $productId, 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?
