-
Notifications
You must be signed in to change notification settings - Fork 0
/
persistedQueries.json
4 lines (4 loc) · 1.08 KB
/
persistedQueries.json
1
2
3
4
{
"43cd03101ac04ecf392bdc41dcefc4c1": "query TestPreloadedQuery(\n $status: OnlineStatus\n $__relay_internal__pv__ProvidedVariablesBool: Boolean!\n $__relay_internal__pv__ProvidedVariablesInputC: InputC!\n $__relay_internal__pv__ProvidedVariablesInputCArr: [InputC!]\n $__relay_internal__pv__ProvidedVariablesIntStr: IntString!\n) {\n loggedInUser {\n ...TestPreloadedQueryProvidedVariables_user\n id\n }\n users(status: $status) {\n edges {\n node {\n id\n firstName\n onlineStatus\n }\n }\n }\n}\n\nfragment TestPreloadedQueryProvidedVariables_user on User {\n someRandomArgField(bool: $__relay_internal__pv__ProvidedVariablesBool, inputC: $__relay_internal__pv__ProvidedVariablesInputC, inputCArr: $__relay_internal__pv__ProvidedVariablesInputCArr, intStr: $__relay_internal__pv__ProvidedVariablesIntStr)\n}\n",
"64e1bd5c44a860103e5980b544f5e454": "query TestPreloadedQuery(\n $status: OnlineStatus\n) {\n users(status: $status) {\n edges {\n node {\n id\n firstName\n onlineStatus\n }\n }\n }\n}\n"
}