Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
const
{ DataSource } = require(
'apollo-datasource'
);
6
7
class
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