Awesome resources for Relay, based on the Awesome project
relay-chat
        - Relay with routing and pagination.
      koa-graphql-relay-example
        - “TODO” app with
        koa-graphql
        and relay.
      todomvc-relay-go
        - Relay TodoMVC app, driven by a Golang GraphQL backend.
      graphql-relay-js
        - Simplifies creating a JS GraphQL server for react-relay.
      react-router-relay
        - react-router bindings for Relay. Greatly simplifies many
        local state UI uses cases.
        react-router-relay, and the problems that it solves.
          relay-nested-routes
            - Generate nested routes that reflect nested data. Helpful for
            managing deep data.
          isomorphic-relay-router
            - Server side rendering support for react-router-relay.
          relay-decorator
        - Simply syntax for Relay containers with ES7 decorators (@
        syntax)
      recompose-relay
        - Ease composition of Relay containers by currying and providing the
        component after the container.
      relay-local-schema
        - Use a local schema; no need for a remote GraphQL server.
      react-native-relay
        - Use Relay with React Native.
        relay-sink
        - Use Relay to fetch and store data outside of a React component.
      babel-plugin-flow-relay-query
        - Convert Flow types into Relay
        fragments.
      sequelize-relay
        - Make Relay compatible with
        sequelize.
      relay-mongodb-connection
        - Create Relay connections from MongoDB cursors.
      relay-composite-network-layer
        - Compose your Relay Network Layer of many different Network Layers each
        with their own schema.
      react-relay-network-layer
        - A Network Layer that adds support for query-batching and middlewares.
        It additionally provides some useful middlewares such as for auth, for
        logging, etc.
      relay-local-schema
        - Use a local schema; no need for a remote GraphQL server.
      todomvc-relay-go
        - React/Relay TodoMVC app, driven by a Golang GraphQL backend.
      graphql-relay-js
        - Simplifies creating a JS GraphQL server for react-relay.
      graphql-relay-py
        - A library to help construct a graphql-py server
        supporting react-relay.
      graphql-relay-ruby
        - Relay helpers for GraphQL & Ruby.
      sangria-relay
        - Relay support for Sangria.