features

## Fields

| Fields          | Reference? |
| --------------- | ---------- |
| _`asset`_       | Yes        |
| `attributes`    |            |
| `createdAt`     |            |
| _`creator`_     | Yes        |
| `diameter`      |            |
| _`featureType`_ | Yes        |
| `geometry`      |            |
| `id`            |            |
| _`project`_     | Yes        |
| `properties`    |            |
| `updatedAt`     |            |

***



## Example

```graphql
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!