Reputation: 1760
In strapi, we're able to build the client query which is perfect. However, i can't see any documentation on mutation/update of record using graphql.
Is this a custom implementation?
Upvotes: 1
Views: 897
Reputation: 1096
The GraphQL mutations have been developed and merged: https://github.com/strapi/strapi/pull/1650. They will be published in the next release.
Upvotes: 1