FieldBuilder

trait FieldBuilder[+A]

Represents a single field that returns a result of type A.

Represents a single field that returns a result of type A.

Companion
object
class Object
trait Matchable
class Any
class Scalar[A]
class Obj[Origin, A]
class ListOf[A]
class OptionOf[A]
class ChoiceOf[A]

Value members

Abstract methods

def fromGraphQL(value: __Value): Either[DecodingError, A]

Parses a GraphQL response into a value of type A, or fail with a DecodingError.

Parses a GraphQL response into a value of type A, or fail with a DecodingError.

Returns a selection set from this field builder

Returns a selection set from this field builder