Mark Huot

Results 109 comments of Mark Huot

This has been a rather interesting and troubling issue to work on. However, I can tell you all a few things, 1. when you're pulling _a lot_ of data it's...

The 2.x branch is pushed with some significant performance improvements. Typically I'm seeing silly expensive queries go from 30s down to 1s. You can test it with, ``` composer require...

No trick, that I'm aware of ;). It should work on 3.0 or 3.1. Although, let me confirm that… (more in a bit). The updates were to the schema generation...

Okay, yea, 3.0.40 and the latest 3.1 both work okay with `~2@beta` for me. Regarding the error, `"error": "Unable to verify your data submission."`. That comes from Yii's CSRF protection,...

_Very_ odd. The 2.x branch shouldn't have altered anything (config or database-wise) so going back and forth between the two branches should be possible. Let me know what I can...

That `graphiql` resource shouldn't have updated with the 2.0.0 beta so I wouldn't worry about that. "Cannot read property 'types' of undefined" sounds like the GraphiQL introspection query isn't returning...

Ah, so the issue has to do with how the Tag Group object types are created. I'm working on a fix for this now. Thanks for bearing with me everyone.

Okay, the `2.x-dev` branch should include fixes for the tags problem. @pauloelias, you should be able to run `2.x-dev` against your schema now without issue. I'm still trying to optimize...

Phew, that's definitely an edge case. Still… I'm thinking of the best way to solve this, 1. when CraftQL bootstraps it loads all the entry types so I can ensure...

I like `{fieldHandle}{blockHandle}Matrix` ideally, but that'd be a breaking change so I'm worried about introducing it so late in the game. Adding it in only when needed feels safer because...