NameValue

sangria.ast.NameValue
sealed trait NameValue extends AstNode, WithComments

Attributes

Graph
Supertypes
trait WithComments
trait AstNode
class Object
trait Matchable
class Any
Known subtypes
class Argument
class ObjectField

Members list

Value members

Abstract methods

def name: String
def value: Value

Inherited methods

Attributes

Inherited from:
AstNode

Inherited and Abstract methods

Attributes

Inherited from:
WithComments

Location at which this node lexically begins in the GraphQL request source code.

Location at which this node lexically begins in the GraphQL request source code.

Attributes

Inherited from:
AstNode