ghostdogpr / caliban

Functional GraphQL library for Scala

Home Page:https://ghostdogpr.github.io/caliban/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ghostdogpr opened this issue · comments

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

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