p

sangria

relay

package relay

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Connection [T] extends AnyRef
  2. case class ConnectionArgs (before: Option[String] = None, after: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None) extends Product with Serializable
  3. case class ConnectionArgumentValidationError (message: String) extends Exception with UserFacingError with Product with Serializable
  4. case class ConnectionDefinition [Ctx, Conn, Val](edgeType: ObjectType[Ctx, Edge[Val]], connectionType: ObjectType[Ctx, Conn]) extends Product with Serializable
  5. trait ConnectionLike [T[_], E] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  6. case class DefaultConnection [T](pageInfo: PageInfo, edges: Seq[Edge[T]]) extends Connection[T] with Product with Serializable
  7. case class DefaultEdge [T](node: T, cursor: String) extends Edge[T] with Product with Serializable
  8. trait Edge [T] extends AnyRef
  9. case class GlobalId (typeName: String, id: String) extends Product with Serializable
  10. trait Identifiable [T] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  11. trait IdentifiableNode [Ctx, T] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  12. trait IdentifiableNodeLowPrio extends AnyRef
  13. trait Mutation extends AnyRef
  14. trait MutationLike [T] extends AnyRef
    Annotations
    @implicitNotFound( ... )
  15. trait Node extends AnyRef
  16. case class NodeDefinition [Ctx, Val, Res](interface: InterfaceType[Ctx, Res], nodeField: Field[Ctx, Val], nodeFields: Field[Ctx, Val]) extends Product with Serializable
  17. case class PageInfo (hasNextPage: Boolean = false, hasPreviousPage: Boolean = false, startCursor: Option[String] = None, endCursor: Option[String] = None) extends Product with Serializable
  18. case class PossibleNodeObject [Ctx, Abstract] extends Product with Serializable
  19. case class SliceInfo (sliceStart: Int, size: Int) extends Product with Serializable
  20. case class UnknownPossibleType (value: Any) extends IllegalArgumentException with Product with Serializable
  21. case class WrongGlobalId (id: String) extends Exception with UserFacingError with Product with Serializable

Value Members

  1. object Connection
  2. object ConnectionArgs extends Serializable
  3. object ConnectionLike
  4. object Edge
  5. object GlobalId extends Serializable
  6. object Identifiable
  7. object IdentifiableNode extends IdentifiableNodeLowPrio
  8. object Mutation
  9. object MutationLike
  10. object Node
  11. object PageInfo extends Serializable
  12. object PossibleNodeObject extends Serializable

Ungrouped