GraphQL support
See original GitHub issueHi Nestjs Community!
As I’m still discovering the Nestjs framework and its awesome community, I’ve found this very nice little package 😃
It is very convenient and it allowed me to implement quite easily some ABAC control on the API I’m working on.
Nevertheless, the only Access Control guard it offers (ACGuard
) is not compatible with the context request used within GraphQL resolvers.
So I was wondering if you were thinking about implementing either an additional guard or even making the actual one compatible with both classical and graphql requests.
Actually, I think the implementation would be quite straightforward and I would gladly participate in.
Have a nice day!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
GraphQL | A query language for your API
A query language for your API — GraphQL provides a complete description of the data in your API, gives clients the power to...
Read more >GraphQL Support
Around-the-clock support for the critical graph infrastructure that powers all your applications. · 24×7×365 technical support · Guaranteed response time ...
Read more >Explore GraphQL: The API for modern apps.
Learn from the experts how to implement GraphQL in production and solve common problems. Best Practices Enterprise Support. About. Explore GraphQL is maintained ......
Read more >GraphQL Support
Learn the four key ways that Postman supports GraphQL, which enables smarter and more precise querying of your APIs.
Read more >Support for GraphQL
The API gateway supports the GraphQL specification for API input messages. ... An API schema configuration can specify a schema URL for GraphQL...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@shekohex For sure there is no rush 😃 Thank you for your work and have a nice day!
Hi @LandazuriPaul Sorry for the late publish, i was so busy. I just published it and it’s available from
v1.0.1
.