Skip to content

Implement type-refining fragments (fixes #154) #181

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

Merged
merged 2 commits into from
Nov 3, 2018

Conversation

tomhoule
Copy link
Member

@tomhoule tomhoule commented Nov 1, 2018

No description provided.

@tomhoule tomhoule force-pushed the type-refining-fragments branch from 755c950 to 30a3125 Compare November 2, 2018 19:53

Ok(quote! {
#variant_name(#variant_type)
})
Copy link
Member Author

Choose a reason for hiding this comment

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

This needs to be improved before we merge

typename_field,
]);

assert_eq!(iface.object_selection(&selection, &context), Selection(vec![]));
Copy link
Member Author

Choose a reason for hiding this comment

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

__typename should probably be included in the object selection.

@tomhoule tomhoule changed the title WIP - Implement type-refining fragments (fixes #154) Implement type-refining fragments (fixes #154) Nov 2, 2018
@tomhoule tomhoule force-pushed the type-refining-fragments branch from 30a3125 to d578bfa Compare November 2, 2018 20:40
@tomhoule tomhoule force-pushed the type-refining-fragments branch from d578bfa to e8a1e6d Compare November 2, 2018 20:43
@tomhoule tomhoule force-pushed the type-refining-fragments branch from 4f2f362 to 3b5022f Compare November 3, 2018 08:43
@tomhoule tomhoule merged commit 00fdbbf into master Nov 3, 2018
@tomhoule tomhoule deleted the type-refining-fragments branch November 3, 2018 09:35
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