()
| 16 | |
| 17 | // set up any dataSources our resolvers need |
| 18 | const dataSources = () => ({ |
| 19 | launchAPI: new LaunchAPI(), |
| 20 | userAPI: new UserAPI({ store }), |
| 21 | }); |
| 22 | |
| 23 | // the function that sets up the global context for each resolver, using the req |
| 24 | const context = async ({ req }) => { |
nothing calls this directly
no outgoing calls
no test coverage detected