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
I am accessing a GraphQL API that returns some data which has the type "array of tuples" (specifically [string, {min: number, max: number}][] in typescript), but I am unable to find a way to formulate this with go structs and this package. Is there a way of fetching what is equivalent to tuples using this package?
The text was updated successfully, but these errors were encountered:
I am accessing a GraphQL API that returns some data which has the type "array of tuples" (specifically
[string, {min: number, max: number}][]
in typescript), but I am unable to find a way to formulate this with go structs and this package. Is there a way of fetching what is equivalent to tuples using this package?The text was updated successfully, but these errors were encountered: