Mark Huot

Results 109 comments of Mark Huot

It's possible, but tricky. Are you using subscription support elsewhere? I'm curious how you've interacted with it. The hardest part would be supporting subscriptions entirely within Craft. E.g., ideally you'd...

Thanks Chris. In your implementation do you have access to any sort of streaming service? E.g., - do you have a message queue set up that you can listen to?...

So I've been thinking on this implementation and I'm curious what you all are looking to "subscribe" to. One of my favorite ways to implement this would be to build...

This is supported by the `graphqlphp` dep CraftQL depends on, as well. I'll look at adding this, but it'll be a few days, at least, before I'm able to focus...

@jariz, I'm looking in to this more and as best I can tell `apollo-client` should support query batching without any modification to the server. Have you been able to test...

Thanks @jariz, that's helpful. Let me do some more testing. This should be possible to support, I just need to figure out what keys need to be parsed.

FYI, this is implemented on the `dev-batch-queries` branch and will merge to `master` some time in the next week or so!

This is supported on the `dev-batch-queries` branch. If you're able to test it there it would help move things along and get this in to a stable release.

This is a part of a caching/speed improvement I'm working on. I probably won't merge this branch directly but copy bits and pieces of it in to a new branch...

I think this is related to https://github.com/gatsbyjs/gatsby/issues/2165, which asks about a way to mirror an existing GraphQL schema and not have to recreate the entire thing in Gatsby.