lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
986 stars 126 forks source link

How to use multiple ViewerQueries #44

Closed Danjavia closed 7 years ago

Danjavia commented 7 years ago

I try to implement a relayContainer for some of components, but without success, ever need and ViewerQuery for this task.

Can U help me?

e.g. a postList component, userList component... etc.

lvarayut commented 7 years ago

Hi @Danjavia, thanks for the question. Normally, you can reuse the provided ViewerQuery.js to create a new container.

Danjavia commented 7 years ago

Ok Many thanks. I will to review this Many thanks.