(existingTrips: Reference[], { readField })
| 44 | }), |
| 45 | fields: { |
| 46 | trips(existingTrips: Reference[], { readField }) { |
| 47 | return existingTrips.filter( |
| 48 | tripRef => readField("id", tripRef) !== launch.id |
| 49 | ); |
| 50 | } |
| 51 | } |
| 52 | }); |
| 53 | } |
nothing calls this directly
no outgoing calls
no test coverage detected