RedisGraph with JSON nodes

Hello,
New to Redis.
I’m looking at RedisGraph as a graph DB for a project at work. The only problem I have is that the data that should be saved at the nodes is JSON. Is there a way to handle JSON nodes in RedisGraph (aside from saving them as strings). It would be great if I could link nodes based on json fields.
I noticed a module called RedisJSON, but I’m not sure if and how deep can integrate with RedisGraph module.

Any pointers would be welcomed.