Handle ThunkComposer graphql-compose field types when generating nested filters for plural subgraph queries
When loading a subgraph entity from db on a store.get API call, for relational fields, use graph value kind for id field in the related enitity
(Earlier, always String kind was used, which would result in errors if the mapping code is expecting something else like Bytes)
Part of https://www.notion.so/Run-ajna-finance-subgraph-watcher-87748d78cd7a471b8d71f50d5fdc2657?pvs=23
ThunkComposer
graphql-compose field types when generating nested filters for plural subgraph queriesstore.get
API call, for relational fields, use graph value kind forid
field in the related enitity (Earlier, alwaysString
kind was used, which would result in errors if the mapping code is expecting something else likeBytes
)