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 have a data structure that corresponds to GeoJSON Multipolygon, which is:
[[[[Float!]!]!]!]!
However I get the error: decorated type deeper than introspection query
I presume it has to do with the nested array. Is there a way to introspect this kind of data structure, because if I use it as is, I lose introspection on the whole graph, which is a real pain.
The text was updated successfully, but these errors were encountered:
I have a data structure that corresponds to
GeoJSON Multipolygon
, which is:[[[[Float!]!]!]!]!
However I get the error:
decorated type deeper than introspection query
I presume it has to do with the nested array. Is there a way to introspect this kind of data structure, because if I use it as is, I lose introspection on the whole graph, which is a real pain.
The text was updated successfully, but these errors were encountered: