Field

case class Field(name: String, fieldType: __Type, parentType: Option[__Type], alias: Option[String], fields: List[Field], condition: Option[List[String]], arguments: Map[String, InputValue], _locationInfo: () => LocationInfo, directives: List[Directive])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields