Fields

FieldsReference?
accountYes
attributes
baseYes
createdAt
creatorYes
id
name
toolGroupYes
updatedAt
variantsYes
viewsYes

Example

query MyQuery {
  toolkits(count: 10) {
    base {
      id
    }
    id
    name
  }
}


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!