OBJECT
Authorizer is a graph primitive used for authorizing inbound requests(see Request)
type Authorizer {# 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! type: AuthType! }