Fields

FieldsReference?
assetYes
attributes
createdAt
creatorYes
diameter
featureTypeYes
geometry
id
projectYes
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!