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
}
}