Graphql fields and variables for the feature query
Last updated 8 months ago
Was this helpful?
Scope required: product:read
For a complete list of possible response fields see the type.
query feature ($id: ID, $code: String, $format: String) { feature (id: $id, code: $code, format: $format) { code createdAt description id isProvisioned isUnit isVisible name position productId unitName updatedAt } }
id
ID
code
String
format