OBJECT
AuthTarget
type AuthTarget {type: AuthType! # method is the gRPC method invokedmethod: String! # user is the user making the requestuser: Doc! # data is the payload gived to the authorizer(request, doc, connection)data: Map! }