馃殌 [Feature] Remove grapgql requests
Created by: Tirokk
Authored by aonomike Closed
馃殌 Feature
The backends tests have all be refactored to use graphql-apollo-testing instead of graphql requests. We should remove all the instances of the graphql requests in the backend as they are not being used
User Problem
Removes unused library graphql-requests
Implementation
Search for all instances of graphql-request library in the files, see their usage, and remove if not being used
Validation
All tests in backend pass