Ivan Goncharov

Results 334 comments of Ivan Goncharov

@peet86 Looking forward to your PR!

@bradzacher It's definitely something we need to think about. As a possible workaround, you can choose different root types for the graph, see this screenshot: ![image](https://user-images.githubusercontent.com/8336157/28120698-715b65b6-6721-11e7-8ec4-197a5bc25252.png)

> can you create graphql-voyager account on hub.docker.com ? @harobed We already have account here: https://cloud.docker.com/repository/docker/apisguru/graphql-faker So it should be released as `apisguru/graphql-voyager`

@harobed Thanks for PR update. At the moment I'm working on new release of `graphql-js` but I will try to look into this PR and #127 over weekends.

@harobed Sorry pretty busy month. I need to prepare for the GraphQL Working Group on Thursday but it will be at the top of my queue afterward. Fun fact: I...

If you need to pass the token as a header please use `headersJS`: https://github.com/APIs-guru/graphql-voyager#properties-1

@matystl Thanks for PR and detailed explanation 👍 I need to think more about it since it introduces bidirectional relationship between interfaces and types that implement them but we can't...

> Did you have any time to think about what to do with this? :-) @matystl Sorry, no. I'm working on long overdue `graphql-js` v15 release but I will try...

@sanderhahn We implemented a similar feature (skip all types that start with certain prefix) for one of our customers. So even though your filter itself is Hasura-specific I believe we...

@sirianni Does graphiql renders it correctly? Can you please post a simplify sample here?