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
Members list
In this article