reason-apollo
Advanced tools
Comparing version 0.11.0-alpha to 0.11.1-alpha
{ | ||
"name": "reason-apollo", | ||
"version": "0.11.0-alpha", | ||
"version": "0.11.1-alpha", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "sideEffects": "false", |
@@ -60,3 +60,3 @@ // Generated by BUCKLESCRIPT VERSION 3.1.4, PLEASE EDIT WITH CARE | ||
/* refetch */(function (variables) { | ||
return apolloData.refetch(Js_null_undefined.fromOption(variables)).then((function (data) { | ||
return Curry._1(apolloData.refetch, Js_null_undefined.fromOption(variables)).then((function (data) { | ||
return Promise.resolve(apolloDataToVariant(data)); | ||
@@ -66,3 +66,3 @@ })); | ||
/* fetchMore */(function (variables) { | ||
return apolloData.fetchMore({ | ||
return Curry._1(apolloData.fetchMore, { | ||
variables: variables, | ||
@@ -72,3 +72,18 @@ query: graphqlQueryAST | ||
}), | ||
/* networkStatus */apolloData.networkStatus | ||
/* networkStatus */apolloData.networkStatus, | ||
/* subscribeToMore */(function ($$document, variables, updateQuery, onError, _) { | ||
var tmp = { | ||
document: $$document | ||
}; | ||
if (variables) { | ||
tmp.variables = variables[0]; | ||
} | ||
if (updateQuery) { | ||
tmp.updateQuery = updateQuery[0]; | ||
} | ||
if (onError) { | ||
tmp.onError = onError[0]; | ||
} | ||
return Curry._1(apolloData.subscribeToMore, tmp); | ||
}) | ||
]; | ||
@@ -75,0 +90,0 @@ }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 20 instances in 1 package
514577
458
8