INPUT_OBJECT
AuthorizerInput is used to create a new Authorizer
input AuthorizerInput {# name is the unique name of the authorizer in the graphname: String!# expression is a boolean CEL expression used to evaluate the inbound requestexpression: String!}