Cursor

caliban.relay.Cursor
See theCursor companion object
trait Cursor[A]

A trait representing an abstract Relay Connection cursor.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type T

Value members

Abstract methods

def decode(s: String): Either[String, A]
def encode(a: A): String
def value(cursor: A): T