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
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
I would expect the skills field in MutateVolunteerInput to be an array of Strings. At the moment I can create a Volunteer with an array of skills, however once I update with the above mutation all queries fail since it cannot convert a string back to an array of strings.
If you need anymore info let me know
The text was updated successfully, but these errors were encountered:
Thank you for logging issue. This is due to no representation for array in graphback - array is relationship to type so if we do not have it as relation things could be tricky. Looks like simple fix.
@craicoverflow I think we had some workaround for this right?
Schema
Generated Mutation
What I was expecting this to generate is:
Expected Mutation
I would expect the skills field in MutateVolunteerInput to be an array of Strings. At the moment I can create a Volunteer with an array of skills, however once I update with the above mutation all queries fail since it cannot convert a string back to an array of strings.
If you need anymore info let me know
The text was updated successfully, but these errors were encountered: