OBJECT

AuthTarget

AuthTarget

link GraphQL Schema definition

  • type AuthTarget {
  • # user is the user making the request
  • user: Doc!
  • # target is the payload gived to the authorizer(request or response payload)
  • target: Map!
  • }

link Require by

This element is not required by anyone