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
where $texts ends up needing to be an argument that looks like "{a,b,c}". In my opinion this is a bit awkward. Furthermore, the _text type is not documented by Hasura:
It would seem that an argument of type text[] would more naturally map to [String!]. Is there a reason not to do that? Also, is there a work around on my end that can force Hasura to choose this mapping?