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

Prevent circular references #23

Merged
merged 1 commit into from
Feb 18, 2019
Merged

Prevent circular references #23

merged 1 commit into from
Feb 18, 2019

Conversation

kamilkisiela
Copy link
Collaborator

We don't want to store names of all used types and then stop on a reused type, because it won't work if one type is shared across multiple types. What we want is the entire path, starting from the root field, so we're able to find out if an already used type is about to be resolved

We don't want to store names of all used types and then stop on a reused type, because it won't work if one type is shared across multiple types. What we want is the entire path, starting from the root field, so we're able to find out if an already used type is about to be resolved
@kamilkisiela
Copy link
Collaborator Author

Canary release: 0.2.3-alpha.0

@kamilkisiela kamilkisiela merged commit ed5fd57 into master Feb 18, 2019
@kamilkisiela kamilkisiela deleted the circular-refs branch February 18, 2019 08:03
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

Successfully merging this pull request may close these issues.

1 participant