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:
but how much pipeline step we need to divide the instrumentation into?
similar to custom directives, how we expose nim-graphql internal to custom instruments?
can we use custom instrumentation to implement builtin and custom directives? (this is very attractive)
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: