diff --git a/src/index.js b/src/index.js index 38e8edcdc..f049e11f3 100644 --- a/src/index.js +++ b/src/index.js @@ -10,6 +10,7 @@ export * from './ui/index.js'; export * from './utils/index.js'; export {default as GK} from './fb-stubs/GK.js'; export {default as createPaste} from './fb-stubs/createPaste.js'; +export {graphQLQuery} from './fb-stubs/user.js'; export { FlipperBasePlugin, FlipperPlugin,