Q: Write access
Hi,
Is it only for reading wordpress data or is there still a way to update this data?
Leonardo_GatoGraphQL
Apr 8, 2025A: Both, read and write. In the website, in the "Query examples" section of the guides, it shows several examples of what you can do. For instance, to create posts: https://gatographql.com/guides/query/posts#creating-posts

Verified purchaser
Thanks, can we also update existing wordpress data?
Yes, can. An example to update posts is in that same doc: https://gatographql.com/guides/query/posts#updating-posts

Verified purchaser
Thanks again and sorry but can we update wordpress data on a larger scope, ie not only posts ? If yes what kind of data are we limited to if any limitation exist ?
Yes you can. There are no limitations. Check all the "Query examples" guides: https://gatographql.com/guides/query