Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Releases: mixcloud/relay-helpers

Minor fixes

17 Mar 11:04
Compare
Choose a tag to compare
  • namedQuery now supports args
  • flowtypes updated for mutation configs

Don't repeatedly run queries

10 Mar 17:02
Compare
Choose a tag to compare

The queryConfig passed to Relay.Renderer is only updated when it changes to avoid repeatedly running queries.

Mock fixes

10 Mar 12:09
Compare
Choose a tag to compare

Fixing the provided mocks and moving them into separate folders.

Query Subscriber and Utils

08 Mar 17:18
Compare
Choose a tag to compare

This release adds querySubscriberDecorator which is useful if you want to do something like cache data offline.

Minor improvements:

  • namedQuery in utils for adding names to your queries
  • WrappedComponent static added to Relay Containers created with createRelayContainer