FieldDefinition

final case class FieldDefinition(description: Option[String], name: String, argumentsDefinition: Option[ArgumentsDefinition], `type`: Type, directives: Option[Directives])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product