Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apollographql/fullstack-tutorial
/ resolvers.js
File
resolvers.js
final/server/src/resolvers.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ paginateResults } = require(
'./utils'
);
2
3
module.exports = {
4
Query: {
Callers
nothing calls this directly
Calls
8
getAllLaunches
Method · 0.80
getLaunchById
Method · 0.80
getLaunchesByIds
Method · 0.80
findOrCreateUser
Method · 0.45
bookTrips
Method · 0.45
cancelTrip
Method · 0.45
isBookedOnLaunch
Method · 0.45
getLaunchIdsByUser
Method · 0.45
Tested by
no test coverage detected