status-im / nim-graphql

Nim implementation of GraphQL with sugar and steroids
Apache License 2.0
65 stars 6 forks source link

add support for custom instrumentation #78

Closed jangko closed 3 years ago

jangko commented 3 years ago

we have urgent need for calculating query complexity, but how should we implement it? java graphql is using custom instrumentation for this purpose and we could take similar approach.

some questions: