Hi, I try to save a post to mongo through graphql mutation. The post content is in json format from megadraft component, which built on top of draft.js. Do I have to specify the whole json data structure from megadraft at my graphql schema? Is there any generic input object type that accepts any object as input variable in graphql?
Thanks!