InputObjectType

sangria.schema.InputObjectType
See theInputObjectType companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type DefaultInput = Map[String, Any]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[T](name: String, fields: List[InputField[_]])(implicit res: InputObjectDefaultResult[T]): InputObjectType[Res]
def apply[T](name: String, description: String, fields: List[InputField[_]])(implicit res: InputObjectDefaultResult[T]): InputObjectType[Res]
def apply[T](name: String, fieldsFn: () => List[InputField[_]])(implicit res: InputObjectDefaultResult[T]): InputObjectType[Res]
def apply[T](name: String, description: String, fieldsFn: () => List[InputField[_]])(implicit res: InputObjectDefaultResult[T]): InputObjectType[Res]
def createFromMacro[T](name: String, description: Option[String], fieldsFn: () => List[InputField[_]]): InputObjectType[T]