caliban.rendering

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait Renderer[-A]

The inverse of a Parser over some type A. A renderer can be used to render a value of type A to a string in either a regular or compact format.

The inverse of a Parser over some type A. A renderer can be used to render a value of type A to a string in either a regular or compact format.

For specializations actually relevant to graphql see caliban.rendering.ValueRenderer and caliban.rendering.DocumentRenderer

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DocumentRenderer.type
Self type
object Renderer

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Renderer.type
object ValueRenderer

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type