Hi,
Using the Neo4j Graph Plateform library, is it possible to access the context (graphql) in auth rules.
I know I can access $jwt and do something like this :
{ allow: { id: "$jwt.sub" }
But I would like to do something like this :
allow: { OR: [{...