MCPcopy 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

1const { paginateResults } = require('./utils');
2
3module.exports = {
4 Query: {

Callers

nothing calls this directly

Calls 8

getAllLaunchesMethod · 0.80
getLaunchByIdMethod · 0.80
getLaunchesByIdsMethod · 0.80
findOrCreateUserMethod · 0.45
bookTripsMethod · 0.45
cancelTripMethod · 0.45
isBookedOnLaunchMethod · 0.45
getLaunchIdsByUserMethod · 0.45

Tested by

no test coverage detected