This module enhances GraphQL by allowing you to restrict access to fields and types based on OAuth scopes. This enables granular control over which users or applications can access specific parts of your data.
This module introduces GraphQL directives; which gives the possibility to restrict/allow access on field and type definitions for users or applications by OAuth scopes.