odl-graphql-client
Advanced tools
Comparing version 1.0.0-rc.6 to 1.0.0-rc.7
@@ -222,3 +222,3 @@ import { GraphQLClient } from "graphql-request"; | ||
payload: any, | ||
onGetVariableType: (variableKey: string) => string | ||
variable: any | ||
) => { | ||
@@ -229,3 +229,3 @@ const mutation = this.mutationBuilder.buildCustomMutationOperation( | ||
payload, | ||
onGetVariableType | ||
variable | ||
); | ||
@@ -232,0 +232,0 @@ |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "1.0.0-rc.6", | ||
"version": "1.0.0-rc.7", | ||
"dependencies": { | ||
@@ -10,0 +10,0 @@ "graphql-request": "^1.8.2", |
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
16901