UNPKG

@airbnb/lunar-apollo

Version:

Apollo and GraphQL utilities.

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