Skip to content

Feature request: GraphQL expand all #692

Closed
@booth23

Description

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"
                        }
                 ]
       }
}

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions