Increase app subscription operations, will this value reset every month?

Will the image_scan counts value reset every month?

Increase app subscription operations

The increase_app_subscription_operations mutation will increase the counter for a specific operation. You can also specify what field(s) to query back when you run the mutation.

It will return an error if no active subscription exists for the supplied token.

GraphQLJavaScript

 mutation {
   increase_app_subscription_operations(kind: "image_scan", increment_by: 2){
      counter_value
   }
 }

nvm, found it

The app_subscription_operations object and its associated queries and mutations allow you to do just that by counting usage per operation type (kind) and per account. For annual and monthly subscriptions, the counter resets monthly based on the renewal date. For example, if a subscription renews annually on the 15th of the month, the counter will reset on the 15th of each month.

I am glad you found the answer!

Let us know if you need anything!

Cheers,
Matias