ExecutableDefinitions

sangria.validation.rules.ExecutableDefinitions

Executable definitions

A GraphQL document is only valid for execution if all definitions are either operation or fragment definitions.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
ValidationRule
Supertypes
class Object
trait Matchable
class Any

Inherited types

Value members

Concrete methods

def definitionName(definition: Definition): String

Attributes

Definition Classes