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

chore: export the getOperationName function (#3785)

Changed files
+6
.changeset
packages
core
src
+5
.changeset/wild-flowers-yawn.md
···
+
---
+
'@urql/core': major
+
---
+
+
export the getOperationName utility function
+1
packages/core/src/index.ts
···
mergeResultPatch,
formatDocument,
makeOperation,
+
getOperationName,
} from './utils';