Graphql fields and variables for the featureUsage 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 featureUsage ($id: ID, $code: String, $format: String) { featureUsage (id: $id, code: $code, format: $format) { accountId createdAt featureId id quantity subscriptionChargeId subscriptionId updatedAt usageAt } }
id
ID
code
String
format