How to get article by handle use Graphql Admin API?

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 :disappointed_face:

Hey @tuanlead

I think this is what you are looking for.

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.