Fields

FieldsReference?
createdAt
creatorYes
id
layerFolderYes
planSectionsYes
projectYes
stakedAt
status
tilesetYes
title
updatedAt

Example

query MyQuery {
  plans(count: 10) {
    id
    status
    title
  }
}


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!