Replies: 2 comments
-
Which version of the plugin are you using as we've extended the output of the plugin quite a bit for version 2 which is currently a release candidate. Due to my time constraints I am not able to implement new features currently. |
Beta Was this translation helpful? Give feedback.
-
Also using GraphQL mutation on typed link field. Which version are you using? I'm on 1.0.25, I only have a |
Beta Was this translation helpful? Give feedback.
-
Not sure if you're taking feature requests but we've been using the GraphQL mutations on a lot of projects lately (especially when translating sites); we have a system for converting link objects in to JSON strings to mutate before pushing, but it's been a lot of guesswork to see how the content needs to be formatted and we haven't even tried tackling the entry-type links yet.
For example, the object retrieved from GraphQL may look like:
But the mutation requires a valid email as the link content so we need to push something like (as a JSON string):
It would be much nicer if there was a 1:1 system for mutating so we can push objects up to the GraphQL mutation API with the same schema that we retrieve them.
Beta Was this translation helpful? Give feedback.
All reactions