Attributes
- Companion:
- class
- Source:
- mapping.scala
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- RootStream.type
Members list
Value members
Concrete methods
Yields a RootStream
which performs both an initial effect and yields an effect-specific query and
corresponding root cursor.
Yields a RootStream
which performs both an initial effect and yields an effect-specific query and
corresponding root cursor.
Attributes
- Source:
- mapping.scala
Yields a RootStream
which yields a stream of effect-specific root cursors.
Yields a RootStream
which yields a stream of effect-specific root cursors.
This form of effect is typically used to implement GraphQL subscriptions.
Attributes
- Source:
- mapping.scala
Yields a RootStream
which yields a stream of effect-specific queries
which are executed with respect to the default root cursor for the
corresponding Mapping
.
Yields a RootStream
which yields a stream of effect-specific queries
which are executed with respect to the default root cursor for the
corresponding Mapping
.
This form of effect is typically used to implement GraphQL subscriptions.
Attributes
- Source:
- mapping.scala