Mark Huot

Results 109 comments of Mark Huot

Is there any way you can send me a copy of your database for me to take a look at?

@fmkguy, if you can email it to the email address on my github.com/markhuot profile that would be great, thanks. Just reference issue 241 so I know what it is.

Working on this over here, https://github.com/spicywebau/craft-neo/issues/173

What version of PHP is this? I've held off on updating because the latest version of `graphql-php` requires PHP 7.1 which is more than CraftCMS requires (7.0). So, CraftQL is...

Okay, thanks @rodrigosaraiva. I'm going to exploring reving the version number on the `2.x` branch and see if anything breaks. I'll let you know once that's done and you should...

I'm still working on this. There are a number of backwards breaks that I need to work through before this is merged. I will keep you updated in this ticket...

@rodrigosaraiva, did you have any issues with the update? E.g., I know the `Directive::FIELD` class changed a bit and causes issues.

On `contactConnection` you should be able to set `level: 2` to limit that. Will that work for these purposes?

What version of CraftQL are you running? Arguments were added to `{entriesField}Connection` fields in January, https://github.com/markhuot/craftql/commit/79630a60b4c4abb1897e63b6a36dff950e4e12d1.

Am I correct that `contactConnection` is an Entries field with a handle of `contact`?