A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I want to create universial store (use Sever Side Render (SSR) with first load and Single Page App (SPA) when navigate) and redirect to shopify checkout.
With SSR i use Graphql Admin API for server because rate limit admin api large then storefront api, but i need get article by handle, i don't know how to do it?
I can get product by handle, collection by handle but with article i cannot 😞
Hey @tuanlead
I think this is what you are looking for.
Kevin_A | Solutions Engineer @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
I want to use Admin API because it can render on server side, it friendly for seo
Hey @tuanlead, if you haven't figured it out, you can call storefront API from your backend as well. Admin API should be solely used on the server environment while storefront API can be used both in server and client.