Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: export the getOperationName function (#3785)

authored by

Giacomo Cerquone and committed by
GitHub
b2d8b993 3999ae43

+6
+5
.changeset/wild-flowers-yawn.md
··· 1 + --- 2 + '@urql/core': major 3 + --- 4 + 5 + export the getOperationName utility function
+1
packages/core/src/index.ts
··· 14 14 mergeResultPatch, 15 15 formatDocument, 16 16 makeOperation, 17 + getOperationName, 17 18 } from './utils';