Christian Meunier

Results 146 comments of Christian Meunier

https://www.npmjs.com/package/graphql-voyager

As far as UI integration goes @OlegIlyenko, I was thinking of using a sticky right tab with only the graphql-voyager icon in it.

Oups overlooked your comment on tab integration, my bad. Let me know if I can assist in that area.

@RomanGotsiy any chance some memoization on your side could help the re render process ?

Just wanted to share how I hope to leverage this feature. In my system, all IDs are unique by default however 99% of them are 64bits integers (snowflake variant) which...

What transport do they use for Graphql ? If it's http or websocket, they can easily set the timber context at the same time they set the absinthe context..

It might be worth looking at the [Plug spec](https://hexdocs.pm/plug/readme.html) from Elixir world which I find pretty well designed and flexible. The way it composes pipelines which transforms a connection record...

@teamon any comment on this ? Any idea why you initially decided to dockerignore it ?