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

Caliban client: better helper for interfaces #237

Closed
ghostdogpr opened this issue Feb 23, 2020 · 0 comments · Fixed by #1169
Closed

Caliban client: better helper for interfaces #237

ghostdogpr opened this issue Feb 23, 2020 · 0 comments · Fixed by #1169
Labels
client GraphQL Client module enhancement New feature or request

Comments

@ghostdogpr
Copy link
Owner

ghostdogpr commented Feb 23, 2020

Currently for each field that returns an interface, we generate a function that takes an optional SelectionBuilder for each type that implements the interface. If we want to select fields from the interface (common to all types), we still need to provide a SelectionBuilder for each type.

We need something more user-friendly for that particular use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client GraphQL Client module enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant