featureUsage
Graphql fields and variables for the featureUsage query
Scope required: product:read
For a complete list of possible response fields see the FeatureUsage 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
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?