Hi Adrian!One way that came to mind which you may be able to solve this is by using the "@callback" directive. The jwt token can then be accessed via the "context" argument (something like "context.jwt.tid"), see this example.Would this help in your ...
Hi David!Sorry I misread your first post.They are actually supported, it is however important that the relationships/edges (the directive relationship, see comments in code) have ”relationshipProperties”. Let me make an example.Given this type defini...
Hi @david_loving!You can specify one or several properties as part of the "onCreate".For create mutations, see the following example: https://neo4j.com/docs/graphql-manual/current/mutations/create/#_connectorcreate_relationshipsFor update mutations, ...