We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a950ea commit 682ad06Copy full SHA for 682ad06
3 files changed
.changeset/happy-cherries-add.md
@@ -0,0 +1,5 @@
1
+---
2
+'@graphiql/react': patch
3
4
+
5
+Export the `PluginContextProvider` component
packages/graphiql-react/src/index.ts
@@ -50,6 +50,7 @@ export {
50
DOC_EXPLORER_PLUGIN,
51
HISTORY_PLUGIN,
52
PluginContext,
53
+ PluginContextProvider,
54
usePluginContext,
55
} from './plugin';
56
export { GraphiQLProvider } from './provider';
packages/graphiql/__mocks__/@graphiql/react.tsx
@@ -62,6 +62,7 @@ export {
62
PenIcon,
63
PlayIcon,
64
65
66
PlusIcon,
67
PrettifyIcon,
68
ReloadIcon,
0 commit comments