Hi,I am using GraphQL library for Neo4j.How can I define a property on a type (e.g. tenantId: String!) which will take its value from the 'tid' property of the jwt auth token?I currently use a '@bind' on the $jwt.sub but ideally, the 'tenantId' field...