Skip to content

Conversation

@pizzacat83
Copy link
Contributor

@pizzacat83 pizzacat83 commented Apr 1, 2023

This PR adds support for the object extension syntax (extend type Foo).

Fixes #353

Other extension syntaxes such as interface extensions are not supported yet.

pizzacat83 added a commit to pizzacat83/graphql-client that referenced this pull request Apr 18, 2023
@pizzacat83
Copy link
Contributor Author

I apologize for opening PRs with failing checks.

The lint check seems to be failing due to code unrelated to this PR. Should I change that code in this PR?

@tomhoule
Copy link
Member

tomhoule commented Apr 27, 2023

No worries! I'm not working actively on this project anymore, but hopefully someone can do a proper review (can't guarantee I'll be able to). Don't worry about clippy if it's unrelated.

@mathstuf
Copy link
Contributor

FWIW, the clippy things are fixed in #449.

pizzacat83 added a commit to pizzacat83/graphql-client that referenced this pull request Oct 22, 2023
pizzacat83 added a commit to pizzacat83/graphql-client that referenced this pull request Oct 25, 2023
pizzacat83 added a commit to pizzacat83/graphql-client that referenced this pull request Oct 25, 2023
@pizzacat83
Copy link
Contributor Author

Apologies for the noisy commits. I've reverted those changes, so now this PR contains only the relevant diffs.

@mathstuf
Copy link
Contributor

Thanks. I've rebased those commits out so that they're not added-and-removed in the same PR. Could you do the same or allow maintainers to push to the branch?

@mathstuf
Copy link
Contributor

Oh, it did allow me to do so; the error I saw was about not having permission to push tags.

Copy link
Contributor

@mathstuf mathstuf left a comment

Choose a reason for hiding this comment

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

I've rebased out the manual fixes and squashed commits together so that it all passes CI in one shot.

@mathstuf mathstuf merged commit c52e89e into graphql-rust:main Oct 28, 2023
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.

Extend keyword?

3 participants