Add Intercepter or Middleware with GraphQL Apis
Add a middleware or interceptor along with default graphql apis. So we can do some custom validation before start querying database.
Scenario: If I want a user to restrict number of reads per collection, the best approach is go with custom resolver. But if there is a default pre-hook and post-hook , It would be great
1
vote
