@riosst100/pwa-marketplace 3.1.7 → 3.1.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riosst100/pwa-marketplace",
3
3
  "author": "riosst100@gmail.com",
4
- "version": "3.1.7",
4
+ "version": "3.1.8",
5
5
  "main": "src/index.js",
6
6
  "pwa-studio": {
7
7
  "targets": {
@@ -193,7 +193,7 @@ export const useAdapter = props => {
193
193
 
194
194
  // immediately invoke this async function
195
195
  (async () => {
196
- axios.get(apiBase).then((response) => {
196
+ axios.get(apiBase + '?query=%7B%20__schema%20%7B%20queryType%20%7B%20fields%20%7B%20name%20description%20type%20%7B%20name%20kind%20%7D%20%7D%20%7D%20%7D%20%7D').then((response) => {
197
197
  setIsMaintenance(false)
198
198
  }).catch((error) => {
199
199
  const status = error.response.status;