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.
I have a data structure that corresponds to
GeoJSON Multipolygon, which is:[[[[Float!]!]!]!]!However I get the error:
decorated type deeper than introspection queryI 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.