How to handle Authorization with @custom queries

You can forward a JWT header token back to a @custom graphql query and apply that logic using @auth at that level not onside of the @custom directive.

1 Like