Open ce2cs opened 2 years ago
We don't support GQL mutations for this field at the moment, but looking into it.
We don't support GQL mutations for this field at the moment, but looking into it.
So I suppose the only way is to manually change them through the control panel in different language sites, right?
Question
I'm working on a project that automatically translates everything on multi-sites. Our approach is using GraphQL to mutate the content on a different site. But our TableMakerField seems like only has
table
field in the graphql mutation code.Here is the code I tried:
Query:
Response:
So according to the response, what I expect is compose a GraphQL mutation query to change the
columns
androws
on sites in other languages. However the only field I could use in the mutation istable
. So I tried use the table html in the above response.Here is the GraphQL mutation I tried:
Got the error:
We got a json decode error. Am I supposed to pass a json string? What is the correct way to do it?
Additional context
No response