No content to show

User Activity

You need the content-type: "application/json" header. Here's a working example const body = { query: `query { shop { id } }`};export default { getShop: async () => { await fetch("graphql", { method: "POST", headers:...
This widget could not be displayed.
This widget could not be displayed.
Helpful From