Quick question. I am slowly recoding all my queries to support 1) Models and 2) Schemas. And yet once in a while I go back to the original neo4j-graphql repo and see example of something like this:
query Nineties($released: Long, $letter: String)
{ M...
Thank you William. Slides with Video are really self-explanatory. It's exactly what I was looking for. Ability to protect queries based on token details like sub or groups. And also, use details from the token as part of the query. Many many thanks.
...
Hi David. Thank you for your answer, however it's a lazy one. No-one can just whip-out a field-based verification hence interest in two products providing this out of the box (neo4j and grapql). Consider the following example:
I want to retrieve User...
Quick relqted question: could you please confirm if there is any reference materials on how to use JWT details from incoming token as part of the graphql/neo4j query? For example any or few of aud/username/email/group details etc. Essentially if ther...