Authz plugin
This is a simple plugin for integrating with GraphQL AuthZ
For more details on GraphQL AuthZ see the official documentation here
Usage
Install
Setup
This plugin will add the rules to your schema, but you will still need to set up your server (or execute function) to run the authorization checks. The implementation of this depends on how your app is set up.
A simple example that just wraps the execute function might look like:
Defining rules for fields
Defining rules for types
Defining inline composite rules
More details about composite rules are in the documentation of AuthZ