Query

grackle.Query
See theQuery companion object
sealed trait Query

GraphQL query Algebra

Attributes

Companion
object
Source
query.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Component[F]
class Count
class Effect[F]
object Empty.type
class Environment
class Filter
class Group
class Introspect
class Limit
class Narrow
class Offset
class OrderBy
class Select
class Unique
Show all

Members list

Value members

Abstract methods

def render: String

Yields a String representation of this query

Yields a String representation of this query

Attributes

Source
query.scala

Concrete methods

def ~(query: Query): Query

Groups this query with its argument, Groups on either side are merged

Groups this query with its argument, Groups on either side are merged

Attributes

Source
query.scala