@stonecrop/graphql-client 0.4.37 → 0.6.0
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.
package/dist/graphql-client.js
CHANGED
|
@@ -4225,6 +4225,7 @@ const qe = async (e) => {
|
|
|
4225
4225
|
}), Ri = {
|
|
4226
4226
|
getMeta: async (e, t) => {
|
|
4227
4227
|
const n = new _i(t || "/graphql", {
|
|
4228
|
+
fetch: window.fetch,
|
|
4228
4229
|
jsonSerializer: {
|
|
4229
4230
|
stringify: (r) => JSON.stringify(r),
|
|
4230
4231
|
// process the request object before sending; leave as default JSON
|