The shopify graphQL API is not working or Hitting the endpoint

The shopify graphQL API is not working or Hitting the endpoint

Arjun98
Shopify Partner
13 0 1

Hi all 

We are developing a shopify node app using the CLI and we use the script tags for injecting some javascript into the store front.

But on a sudden time the graphql query API is not working and didn't fetch the script tags or showing any response and just showing a loading instance.graphql.PNG

 

<Card title="Integrate Hue-Plugin into online store" sectioned>
            <Button
              primary
              size="slim"
              type="submit"
              onClick={() => {
                createScripts({
                  variables: {
                    input: {
                      src: `${"https://40b9-14-97-224-130.ngrok.io"}`,
                      displayScope: "ALL",
                    },
                  },
                  refetchQueries: [{ query: QUERY_SCRIPT_TAG }],
                });
              }}
              disabled={btnVal}
            >
              Show Hue-Plugin
            </Button>
          </Card>

 

The query script tag is not showing or hitting the graphql API

 

can any one share any issues regarding the issue or currently is there any issues regarding the shopify admin graphql API's.

 

Replies 0 (0)