Conversation
…native lock file which causes issues
|
|
Hey @johnshift can you provide an estimate on when this will be merged, and if additional steps are necesssary? |
|
Heya @1a35e1 @duckdegen. I’m tied up with other tasks at the moment but will take a look soon! |
|
Hey @1a35e1, sorry for the delayed reply. Holidays kept things busy. Hope you had a great break! It looks like the implementation revolves around the If you have ideas for adjusting the approach or leveraging another API endpoint to better align with this requirement, we’d love to hear them. |




Howdy so I had a quick dive on the Gitcoin APIs they seem to have all the necessary endpoints to facilitate the discussion that was originally started here: https://t.me/c/1724749443/1/10504
One tool that is super helpful exploring GraphQL APIs is https://graphql-kit.com/graphql-voyager/
intospection.json
Change Schema->Introspection-> DisplayFrom here it seems:
query searchProjects(searchTerm: $searchTerm)seems to do the job we want.query donations()to paginate dataTODO
DonationsTablegenerateMetadata