Package

lspace

graphql

Permalink

package graphql

Visibility
  1. Public
  2. All

Type Members

  1. trait ExecuteMutation extends GraphQL

    Permalink
  2. trait ExecuteQuery extends GraphQL

    Permalink
  3. trait GraphQL extends AnyRef

    Permalink
  4. trait Mutation extends GraphQL

    Permalink
  5. case class Projection(name: String, property: Property, alias: String, reverse: Boolean = false, limit: Option[Int] = None, offset: Option[Int] = None, parameters: ListMap[Property, Any] = ListMap(), projections: List[Projection] = List()) extends Product with Serializable

    Permalink
  6. case class Query(projections: List[Projection] = List(), limit: Option[Int] = None, offset: Option[Int] = None, parameters: ListMap[Property, Any] = ListMap()) extends GraphQL with Product with Serializable

    Permalink
  7. case class QueryResult(query: Query, result: List[Any]) extends Product with Serializable

    Permalink
  8. trait Subscribe extends GraphQL

    Permalink
  9. trait Subscription extends GraphQL

    Permalink

Value Members

  1. object GraphQL

    Permalink
  2. object Query extends Serializable

    Permalink

Ungrouped