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

@cascade and _uid_ don't work together #1157

Closed
MichaelJCompton opened this issue Jul 10, 2017 · 1 comment
Closed

@cascade and _uid_ don't work together #1157

MichaelJCompton opened this issue Jul 10, 2017 · 1 comment
Assignees
Labels
kind/bug Something is broken.
Milestone

Comments

@MichaelJCompton
Copy link
Contributor

MichaelJCompton commented Jul 10, 2017

A query with _uid_ and @cascade doesn't return anything

e.g. the follow works fine without @cascade or without _uid_

{
	actor(func: eq(name@en, "Tom Hanks")) @cascade {
		actor.film {
			performance.film {
				~director.film {
        	_uid_
          name@en
				}
			 }
		}
	}
}
@MichaelJCompton MichaelJCompton changed the title @casecade and _uid_ don't work together @cascade and _uid_ don't work together Jul 10, 2017
@pawanrawal pawanrawal self-assigned this Jul 10, 2017
@pawanrawal pawanrawal added this to the v0.8 milestone Jul 10, 2017
@pawanrawal pawanrawal added the investigate Requires further investigation label Jul 10, 2017
@pawanrawal pawanrawal mentioned this issue Jul 10, 2017
@pawanrawal pawanrawal added kind/bug Something is broken. and removed investigate Requires further investigation labels Jul 10, 2017
@pawanrawal
Copy link
Contributor

Merged fix to master.

@manishrjain manishrjain added the kind/bug Something is broken. label Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

3 participants