diff --git a/flow-typed/flipper.js b/flow-typed/flipper.js index 79f67fe34..0eaf97738 100644 --- a/flow-typed/flipper.js +++ b/flow-typed/flipper.js @@ -269,6 +269,7 @@ declare module 'flipper' { declare var getPersistedState: any; declare var getPluginKey: any; declare var getStringFromErrorLike: any; + declare var graphQLQuery: any; declare var isProduction: any; declare var keyframes: any; declare var renderValue: any;