Fields
Fields | Reference? |
---|---|
asset | Yes |
attributes | |
createdAt | |
creator | Yes |
diameter | |
featureType | Yes |
geometry | |
id | |
project | Yes |
properties | |
updatedAt |
Example
query MyQuery {
features(count: 10) {
creator {
id
}
attributes
id
geometry
}
}
The Unearth API allows you to query your data using a number of tools to sort and filter. Click the link above to see how!