I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [X] Documentation issue or request
Environment
- [X] Self hosted with docker
- [X] Self hosted with IIS
- [X] Self hosted with kestrel
- [X] Cloud version
Version: master branch, docker image squidex/squidex:latest, cloud version
Browser:
- [X] Chrome (desktop)
- [ ] Chrome (Android)
- [ ] Chrome (iOS)
- [ ] Firefox
- [ ] Safari (desktop)
- [ ] Safari (iOS)
- [ ] IE
- [ ] Edge
Description
I don’t know how to do a GraphQL mutation using Squidex. The only documentation I found is an image on Medium saying that mutations are live with Squidex 3.0, which is live since July iirc.
input: mutation{ asdf }
output: { "errors": [ { "message": "Schema is not configured for mutations" } ] }