###### tags: `Aavegotchi`
# Queries
Looking for Snapshot Shirt
```gql
{
itemTypes(where: {name: "Snapshot Shirt"}) {
id
ghstPrice
name
}
}
```
Result
```gql
{
"data": {
"itemTypes": [
{
"ghstPrice": "10000000000000000000",
"id": "138",
"name": "Snapshot Shirt"
}
]
}
}
```
So the ID is 38 for the Snapshot Shirt. GOOD. Moving on.
- Query ItemType where id is 38 and see what happens
- Dig into that if successful