Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
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.
<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.