Empty Squid worker
Open
- Dominant language
- TypeScript
- Stars
- 11
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Currently we show Kusama NFTs on Polkadot,
Which is not correct, the dummy hack would be that we make `/graphql` endpoint that would alwas return
```json
{
"data": {}
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the worker entry point that serves `/graphql` and inspect how Kusama NFT data is currently exposed on Polkadot. Verify the endpoint's current response, then confirm that the empty-worker behavior returns the requested `{ "data": {} }` JSON and no Kusama NFTs; no test or file path is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100