Arg

gql.Arg
See theArg companion object
final case class Arg[+A](entries: Type[ArgValue[_]], decode: Map[String, ArgParam[_]] => Either[String, A])

Attributes

Companion:
object
Source:
Arg.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def emap[B](f: A => Either[String, B]): Arg[B]

Attributes

Source:
Arg.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product