OBJECT

Request

Request is an inbound gRPC request that authorizers execute against

link GraphQL Schema definition

  • type Request {
  • # method is the gRPC method invoked
  • method: String!
  • # user is the user making the request
  • user: Doc!
  • # timestamp is the time of the request
  • timestamp: Time!
  • # request is the request represented as k/v pairs
  • request: Map!
  • }

link Require by

This element is not required by anyone