Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 560 Bytes

cyan-insects-love.md

File metadata and controls

5 lines (4 loc) · 560 Bytes
@apollo/client
patch

Automatically strips __typename fields from variables sent to the server when using HttpLink, BatchHttpLink, or GraphQLWsLink. This allows GraphQL data returned from a query to be used as an argument to a subsequent GraphQL operation without the need to strip the __typename in user-space.