Field

grackle.Field
case class Field(name: String, description: Option[String], args: List[InputValue], tpe: Type, directives: List[Directive])

The Field type represents each field in an Object or Interface type.

Attributes

See also

https://facebook.github.io/graphql/draft/#sec-The-Field-Type

Source
schema.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
schema.scala

Attributes

Source
schema.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product