UNPKG

@airbnb/lunar-apollo

Version:

Apollo and GraphQL utilities.

4 lines 352 B
import { DocumentNode } from 'graphql'; import { DataProxy, ApolloCache } from '@apollo/client'; export default function removeFromList<Result, Vars = {}>(docOrQuery: DocumentNode | DataProxy.Query<Vars, Result>, listPath: string, id: string | number, idName?: string): (cache: ApolloCache<Result>) => void; //# sourceMappingURL=removeFromList.d.ts.map