Christian Meunier

Results 146 comments of Christian Meunier

Good catch @edgurgel. With Phoenix 1.3, you can leverage `load_from_system_env` to solve this problem: ``` @doc """ Dynamically loads configuration from the system environment on startup. It receives the endpoint...

Example of schema using graphql-relay-js: https://github.com/facebook/relay/blob/master/examples/todo/data/schema.js

@devknoll any comment ?

Given #2640 has landed, curious to see if anyone has been able to successfully integrate with elixir-ls ? Thanks

According to the doc, this seems possible now > https://github.com/graphcool/graphql-playground#as-react-component

Actually looking at the code, `Playground` component does not have a `fetcher` prop so it seems the documentation is incorrect and this still need to be addressed. I guess once...

@timsuchanek can you confirm that your plan for a custom fetcher would be able to handle subscriptions as well ?

I think maybe the idea would be able to dump and restore the playground as a json file.

Hi, did the RN target make it to the 5.0.0 release ? What is the current status of that target ? Thanks !

I would be very happy to be a customer of happo.io, does it support RN ?