Andy Gott
Andy Gott
I ran into this one too, using Craft Pro 3.1.14. Query: ``` { users { photo { url } } } ``` Response: ``` { "errors": [ { "message": "Cannot...
I’d need to see your code to work out what’s going on here. Can you link to an example?
The error you’re getting suggests that the plugin isn’t being loaded. Have you loaded both jQuery and the Really Simple Slideshow plugin? Are you seeing any other errors in the...
Hi Doca, Could you explain what you mean by “full display?” Could you also give me more info about the problem you’re seeing – what do you mean by “strange...
You can work around this by using lowercase enum names. The test cases for this use snake case, which works fine. If your enum is named using camel case (or...