Input

gql.ast$.Input
final case class Input[A](name: String, fields: Arg[A], description: Option[String]) extends InToplevel[A]

Attributes

Source
ast.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait InToplevel[A]
trait Toplevel[Pure, A]
trait In[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def document(description: String): Input[A]

Attributes

Source
ast.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product