Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: GraphQL expand all #692

Closed
booth23 opened this issue Feb 21, 2018 · 0 comments
Closed

Feature request: GraphQL expand all #692

booth23 opened this issue Feb 21, 2018 · 0 comments

Comments

@booth23
Copy link

booth23 commented Feb 21, 2018

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"
                        }
                 ]
       }
}
@dennwc dennwc closed this as completed in 1467e17 Feb 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant