valorem-labs-inc / clear-subgraph

The Clear Subgraph indexes data on the Valorem Clear smart contracts using a GraphQL interface. It updates data in response to contract ABI function calls and events. The Subgraph can be used to power frontend apps and integration use cases.
https://valorem.xyz/docs/clear-subgraph/
MIT License
1 stars 1 forks source link

Schema should be more friendly to paginating through options and claims #23

Closed thal0x closed 2 years ago

thal0x commented 2 years ago

Currently the claims entity doesn't support a few properties needed to display in the UI without pulling the corresponding option. We should modify the subgraph to provide the information we need without having to tie together multiple requests

0xAlcibiades commented 2 years ago

@thal0x is this complete now?

thal0x commented 2 years ago

Yes this is complete