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 Product
trait Equals
trait InToplevel[A]
trait Toplevel[A]
trait In[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Source:
ast.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product