Hi all, i have looked in the Docs and could not fi...
# orm-help
r
Hi all, i have looked in the Docs and could not find a solution. Is there a way to query a Json scalar?? lets say i have a sample Type of this structure:
type buttonStyle {id: ID! border: Json}
the Json content is something like:
{"style": "solid", "width": "1", "color": "#000000"}
I want to fetch all nodes that border.style = solid Is that possible?
m
This is not possible currently.