Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apollographql/fullstack-tutorial
/
Class
start/server/src/datasources/user.js:4–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
const
isEmail = require(
'isemail'
);
3
4
class
UserAPI extends DataSource {
5
constructor({ store }) {
6
super();
7
this.store = store;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected