Fields
Fields | Reference? |
---|---|
account | Yes |
attributes | |
base | Yes |
createdAt | |
creator | Yes |
id | |
name | |
toolGroup | Yes |
updatedAt | |
variants | Yes |
views | Yes |
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!