Selection

sangria.ast.Selection
sealed trait Selection extends AstNode with WithDirectives with WithComments

A component of information to be queried and returned.

Most typically a selection is a field.

Attributes

See also:
Graph
Supertypes
trait AstNode
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
AstNode

Attributes

Inherited from:
WithComments

Attributes

Inherited from:
WithDirectives

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