InputField

sangria.schema.InputField
See theInputField companion object
case class InputField[T](name: String, fieldType: InputType[T], description: Option[String], defaultValue: Option[(, ToInput[_, _])], deprecationReason: Option[String], astDirectives: Vector[Directive], astNodes: Vector[AstNode]) extends InputValue[T], Named, HasAstInfo, HasDeprecation

Value parameters

description

A description of this schema element that can be presented to clients of the GraphQL service.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait HasAstInfo
trait Named
trait InputValue[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def rename(newName: String): InputField.this.type
def withDeprecationReason(deprecationReason: String): InputField[T]
def withDirective(directive: Directive): InputField[T]
def withDirectives(directives: Directive*): InputField[T]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product