From 6e1483edfae93ef80f9f61bc1de92b7cb9440d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Gili=C3=A1n?= Date: Mon, 8 Jul 2019 03:20:00 -0700 Subject: [PATCH] Export graphQLQuery function from fb/user.js Summary: ... so device plugins can import it via the flipper module. Reviewed By: danielbuechele Differential Revision: D16111730 fbshipit-source-id: ac399692a11fc2b61d702eb46c57f6ca30fe0d72 --- src/index.js | 1 + 1 file changed, 1 insertion(+) 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,