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

Function trips

final/client/src/containers/action-button.tsx:46–50  ·  view source on GitHub ↗
(existingTrips: Reference[], { readField })

Source from the content-addressed store, hash-verified

44 }),
45 fields: {
46 trips(existingTrips: Reference[], { readField }) {
47 return existingTrips.filter(
48 tripRef => readField("id", tripRef) !== launch.id
49 );
50 }
51 }
52 });
53 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected