Graphql support
Hi,
Im attempting to update your jason field with my JSON data (stringified) through graphql, but Im receiving the (unhelpful) error "Error: GraphQL error: Internal server error" when i call the mutation.
Do you know of any reason why the JASON field will not accept a string type when populated using graphql?
Additional info:
If i change the fieldtype from Jason to a Plain Text field the mutation runs successfully (as expected) and the field is populated:
and then when i change the fieldtype back to Jason the data is displayed correctly:

So we know the data ima attempting to send is valid for your fieldtype.
@jlaughton87 You're correct that Graphql support hasn't been added. I'm not familiar enough with Graphql to add it myself, but PRs are welcome.
No worries, thanks for letting me know
@jlaughton87 maybe this will help you https://github.com/chasegiunta/craft-jason/pull/136