Mark Huot

Results 109 comments of Mark Huot

Thanks for the thoughts @zauni, I'm giving this a try now, but I'm wondering… if I call `createNode` I get a GraphQL Object Type of `CraftQLConnection`. This works for simple...

I'm still working on this and think the biggest issue is that Gatsby assumes your source API stinks and abstracts it completely away. E.g., If we had a JSON API...

Oooo! Schema stitching sounds perfect. Is this on a branch yet for testing? >Also gatsby was meant to fulfill use cases where you just dump in raw data e.g. markdown...

Just pulling in some related references. Schema stitching support in a future Gatsby release should make a CraftQL implementation very feasible. Until then I'm going to put this on hold...

No progress yet @magicspon. There's been a number of conversations around schema-stitching with Gatsby and GraphQL such as: https://github.com/gatsbyjs/gatsby/issues/4708.

This is exciting @gusnips! I gave this a try and it seemed to work as I would expect. If I'm following correctly this takes all the data out of Craft...

@magicspon, not sure if you're interested but in Gatsby 2 there is _native_ schema stitching. That means you can query CraftQL directly from your React components now. No more need...

Thanks for raising this @exophunk. I'm torn because adding a middleware filter would make sense but then you need to parse the AST to make sure that the query is...

This is a breaking change but I want to do it anyway. I'll get this queued up for the next stable release.

This is going to go in to version 2.x which will get a branch for testing soon.