SelectionContainer

sangria.ast.SelectionContainer

A GraphQL AST node that contains selections.

Most typically, this is a field that is of a composite type.

Attributes

Graph
Supertypes
trait WithComments
trait AstNode
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

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

The selection set contained within this node, if any.

The selection set contained within this node, if any.

Attributes

Inherited methods

Attributes

Inherited from:
AstNode

Inherited and Abstract methods

Attributes

Inherited from:
WithComments

Attributes

Inherited from:
WithTrailingComments