I have a very basic graphql mutation in the frontend that I send to my backend. I am using this code on the by graphql-request as a guide. With primitives it works: Now I’d like to also be able to mutate some meta data about the article, stored in a meta object inside the article: So my question is: How