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

Complete querygen implementation #13

Closed
3 of 7 tasks
obmarg opened this issue May 23, 2020 · 2 comments
Closed
3 of 7 tasks

Complete querygen implementation #13

obmarg opened this issue May 23, 2020 · 2 comments
Labels
✨ enhancement New feature or request

Comments

@obmarg
Copy link
Owner

obmarg commented May 23, 2020

#12 introduced querygen, but skipped over a few features:

  • Query fragments
  • Union types
  • Interfaces
  • Deduplication of types (if a type appears at multiple places it'll be emitted multiple times)
  • Handling multiple queries
  • There's a number of unwraps that should return actual errors
  • Possibly other bits (do some exploration and see what else is missing)
@obmarg obmarg added the ✨ enhancement New feature or request label Jul 27, 2020
@obmarg
Copy link
Owner Author

obmarg commented Dec 12, 2020

Deduplication of types & Handling multiple queries dealt with in #141

@obmarg
Copy link
Owner Author

obmarg commented Dec 12, 2020

Split this out into a couple of different issues:

Going to close this one.

@obmarg obmarg closed this as completed Dec 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant