OBJECT

AuthTarget

AuthTarget is the payload/input to Authorizer expressions

link GraphQL Schema definition

  • type AuthTarget {
  • # user is the user making the request
  • user: Doc!
  • # target is the request/response represented as a Map
  • target: Map!
  • # headers are the request headers
  • headers: Map!
  • }

link Require by

This element is not required by anyone