Shopify Remix App: How to query Graphql multiple times?

Shopify Remix App: How to query Graphql multiple times?

Hi, I am aware of using Loader function and useLoaderData to fetch data using graphql. const { admin } = await authenticate.admin(request); …

 

Read More