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

Stop flattening/refragmenting queries #627

Closed

Conversation

josephsavona
Copy link
Contributor

Simplifies the flattening/refragmenting of tracked queries and synthesized mutations, as well as addressing #596.

@josephsavona josephsavona force-pushed the noflattenorrefragment branch 3 times, most recently from 7942a2f to 1c4312d Compare November 23, 2015 18:52
@@ -66,6 +66,7 @@ var toGraphQL = {
isDeferred: node.isDeferred(),
metadata: node.__concreteNode__.metadata,
name: node.getName(),
type: node.getType(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't a corresponding change in fromGraphQL needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, that uses the concrete object which has type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants