Fields

FieldsReference?
accountYes
adaptersYes
assetFormYes
attributes
baseYes
createdAt
creatorYes
featureStylesYes
groupYes
id
name
procoreRelationsYes
updatedAt
variantsYes

Example

query MyQuery {
  tools(count: 10) {
    attributes
    name
    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!