INPUT_OBJECT

AuthorizerInput

AuthorizerInput is used to create a new Authorizer

link GraphQL Schema definition

  • input AuthorizerInput {
  • # name is the unique name of the authorizer in the graph
  • name: String!
  • # expression is a boolean CEL expression used to evaluate the inbound request
  • expression: String!
  • }