Add version of render/renderWith that takes Query, Mutation, Subscription and directives #1847
Labels
enhancement
New feature or request
good first issue
Good for newcomers
server
Issue related to caliban server
So that we can render the whole schema without a resolver.
def renderSchema[R, Query, Mutation, Subscription](directives: List[Directive])(implicit ...): String
The text was updated successfully, but these errors were encountered: