|
|
|
|
|
by monstermachine
1559 days ago
|
|
One of the problems with graphql is a single query can fetch your entire API. This means to record for billing, you would need to parse the AST and tag the parts as well as their associated cost in a query. It's not an easy drop in, unfortunately. |
|