Hi,
I am trying to create documents with a GeoJSON Polygon via Graphql but I cannot create the correct JSON schema to support this.
I have GeoJSON Points working as it is an array of numbers but the Polygon requires nested arrays and Mongo cannot generate the graphql schema even though my JSON schema is valid.
any help appreciated