featureUsage
Graphql fields and variables for the featureUsage query
Last updated
Was this helpful?
Graphql fields and variables for the featureUsage query
Scope required:
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
notes
quantity
subscriptionChargeId
subscriptionId
updatedAt
usageAt
}
}id
ID
code
String
format
String
Last updated
Was this helpful?
Was this helpful?
