query Home_AccountSnacks($accountName: String!, $limit: Int!, $offset: Int!) { account { byName(accountName: $accountName) { id name snacks(limit: $limit, offset: $offset) { id name description fullName slug isDraft } } } }