Don't break on proposals that dont have a scheme associated
Open
- Dominant language
- TypeScript
- Stars
- 14
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/daostack/client/blob/dfaeeaf9232cc45e6d3607625a156305638da5f7/src/proposal.ts#L543 errors out when a proposal has no scheme
```
{
{
proposals(where: {id: "0x3eee066c25c29bccc3c7b2135a9078b2018f1d898a0d48998815a1763c1788a2"}) {
title, scheme {
id
}
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.