@salesforce/lds-adapters-graphql 1.134.4 → 1.134.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1995,7 +1995,7 @@ function onFetchResponseError(luvio, config, response) {
|
|
|
1995
1995
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
1996
1996
|
const { variables: queryVariables, query } = config;
|
|
1997
1997
|
const request = {
|
|
1998
|
-
baseUri: '/services/data/
|
|
1998
|
+
baseUri: '/services/data/v59.0',
|
|
1999
1999
|
basePath: '/graphql',
|
|
2000
2000
|
method: 'post',
|
|
2001
2001
|
priority: 'normal',
|
package/package.json
CHANGED
package/sfdc/index.js
CHANGED
|
@@ -2004,7 +2004,7 @@ function onFetchResponseError(luvio, config, response) {
|
|
|
2004
2004
|
function buildNetworkSnapshot(luvio, config, fragment, options) {
|
|
2005
2005
|
const { variables: queryVariables, query } = config;
|
|
2006
2006
|
const request = {
|
|
2007
|
-
baseUri: '/services/data/
|
|
2007
|
+
baseUri: '/services/data/v59.0',
|
|
2008
2008
|
basePath: '/graphql',
|
|
2009
2009
|
method: 'post',
|
|
2010
2010
|
priority: 'normal',
|
|
@@ -2177,4 +2177,4 @@ withDefaultLuvio((luvio) => {
|
|
|
2177
2177
|
});
|
|
2178
2178
|
|
|
2179
2179
|
export { graphQL, graphQLImperative, unstable_graphQL_imperative };
|
|
2180
|
-
// version: 1.134.
|
|
2180
|
+
// version: 1.134.6-a88a77801
|