You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: