OBJECT
AuthTarget is the payload/input to Authorizer expressions
type AuthTarget {# user is the user making the requestuser: Doc! # target is the request/response represented as a Maptarget: Map! # headers are the request headersheaders: Map! }