Graphql fields and variables for the planFeature 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 planFeature ($id: ID, $code: String, $format: String) { planFeature (id: $id, code: $code, format: $format) { createdAt featureId id planId updatedAt value } }
id
ID
code
String
format