If I query for crypto kitties: ```graphql { tokenContracts(where: {id: "0x06012c8cf97bead5deae237070f9587f8e7a266d"}) { id numTokens } } ``` I get: ```json { "data": { "tokenContracts": [] } } ```