Fields
Fields | Reference? |
---|---|
assetType | Yes |
attributes | |
createdAt | |
creator | Yes |
features | Yes |
geometry | |
groups | Yes |
id | |
levels | Yes |
linkSources | Yes |
linkTargets | Yes |
media | Yes |
modifiedBy | Yes |
places | Yes |
project | Yes |
properties | |
updatedAt |
Example
query MyQuery {
assets(count: 10) {
attributes
id
creator {
id
}
}
}
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!