RemoteSchema

caliban.tools.RemoteSchema
object RemoteSchema

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def parseRemoteSchema(doc: Document): Option[`__Schema`]

Turns an introspection schema into a caliban.parsing.adt.__Schema which can in turn be used for more advanced use cases such as schema stitching.

Turns an introspection schema into a caliban.parsing.adt.__Schema which can in turn be used for more advanced use cases such as schema stitching.

Attributes