MCPcopy Create free account
hub / github.com/apollographql/fullstack-tutorial /

Class

final/server/src/datasources/user.js:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5const { DataSource } = require('apollo-datasource');
6
7class UserAPI extends DataSource {
8 constructor({ store }) {
9 super();
10 this.store = store;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected