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

Add version of render/renderWith that takes Query, Mutation, Subscription and directives #1847

Closed
ghostdogpr opened this issue Aug 22, 2023 · 0 comments · Fixed by #1877
Closed
Labels
enhancement New feature or request good first issue Good for newcomers server Issue related to caliban server

Comments

@ghostdogpr
Copy link
Owner

ghostdogpr commented Aug 22, 2023

So that we can render the whole schema without a resolver.

def renderSchema[R, Query, Mutation, Subscription](directives: List[Directive])(implicit ...): String

@ghostdogpr ghostdogpr added enhancement New feature or request good first issue Good for newcomers server Issue related to caliban server labels Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers server Issue related to caliban server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant