Join Slack
Powered by
```type GeoJson { id: ID! @id coordinates: [In...
# orm-help
b
Bjoern
04/19/2019, 6:37 PM
Copy code
type GeoJson { id: ID! @id coordinates: [Int] @scalarList(strategy: RELATION) type: String! }
How would the mutation to create a GeoJson look like?
Open in Slack
Previous
Next