Raviv
02/18/2019, 8:28 AMtype 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?marcus
02/18/2019, 8:48 AM