We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I'm looking for a way to find all outgoing nodes. I looked around and found the link below which suggests it is not currently available.
Something like:
{ nodes(id: "12345"){ {*} } }
Would result in:
{ "data": { "nodes": [ {"something": "blah", "somethingelse": "moreblah" } ] } }