Federation

object Federation
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

case
class FieldSet(fields: String)
case
class RepresentationsArgs(representations: List[_Any])
case
class _Any(`__typename`: String, fields: InputValue)
case
class _Entity(`__typename`: String, value: InputValue)
case
class _Service(sdl: String)

Value members

Concrete methods

def traverseEither[A, B](list: List[Either[A, B]]): Either[A, List[B]]

Concrete fields

val anyArgBuilder: ArgBuilder[_Any]

Implicits

Implicits

implicit
val anySchema: Schema[Any, _Any]
implicit
val fieldSetSchema: Schema[Any, FieldSet]