p

relay

gql

package gql

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ConcreteBatch extends Object with TaggedNode
    Annotations
    @JSType() @native()
  2. trait ConcreteFragment extends Object with TaggedNode
    Annotations
    @JSType() @native()
  3. trait ConcreteRequest extends Object with TaggedNode
    Annotations
    @JSType() @native()
  4. trait FragmentRef[T] extends Object
    Annotations
    @JSType() @native()
  5. trait FragmentRefetchableTaggedNode[O, RI, RO] extends FragmentTaggedNode[O]
  6. trait FragmentTaggedNode[O] extends GenericGraphQLTaggedNode
  7. trait GenericGraphQLTaggedNode extends AnyRef

    This is one level higher than what's returned by relay, the query is what's returned by Relay

  8. trait MutationTaggedNode[I, O] extends TypedGraphQLTaggedNode[I, O]

    Mutation

  9. trait QueryTaggedNode[I, O] extends TypedGraphQLTaggedNode[I, O]

    Query

  10. trait ReaderFragment extends Object with TaggedNode
    Annotations
    @JSType() @native()
  11. trait SubscriptionTaggedNode[I, O] extends TypedGraphQLTaggedNode[I, O]

    Subscription

  12. trait TaggedNode extends Object

    This is what all the Relay components request

    This is what all the Relay components request

    Annotations
    @JSType()
  13. trait TypedGraphQLTaggedNode[I, O] extends GenericGraphQLTaggedNode

    The typed version.

    The typed version.

    We use phantom types here to signal input (I) and output (O)

Ungrouped