Move the logic we currently have in the API for interacting with the funder APIs into the backend.
- Create a data source for each API
- Update the affiliation record to include a ref to the datasource so that we know which datasources belong to which affiliations
- Add schema, resolvers and models to support calling the APIs
Delete the old APIs afterward.
Move the logic we currently have in the API for interacting with the funder APIs into the backend.
Delete the old APIs afterward.