UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

5 lines 166 B
import { omitDeep } from "./omitDeep.js"; export function stripTypename(value) { return omitDeep(value, "__typename"); } //# sourceMappingURL=stripTypename.js.map