No content to show
User Activity
HiI'm using Storefront API GraphQL to filter blog articles. Below is an code snippet, I'm using query directive to filter articles by title and tag. The question is how can I filter blog articles by their content as well. E.g. Suppose that I have an...
It worked. Thanks for your advise
I have a code block to request Storefront API (need accessToken), it worked well on Development instance. However it won't work once we deploy to other environments such as STAG/PROD because we cannot use the accessToken for Development. How can I co...
As far as I know when we create a new tag we are able to define the tag name. Is there any way to define an extra information like tag description . Because we want to show on the banner the heading/description associated with select tag. How can we ...
Hi Liam,Thanks for your answer. However we're using Shopify Plus not Partner Test Development store
The payment banner did not show on product page on Development instance, but it does on live site. Do I have lack of configuration ? Live site Development - Admin Development - Storefront Please let me know if I miss something. Thanks
11-21-2023
Hi Liam,I got you mean, I understand that we can build our own pagination but Storefront API use cursors to paginate through lists of data. So we are just able to render a pagination that only fetch Next data or Prev data ( I didn't try Pagination co...
11-15-2023
Hi @Liam Base on Pagination Doc the pagination is based on a relative cursor so we are just able to create a pagination section with 1 page and next/prev action (since we have no returned total item or total page). I want to create a pagination secti...
Hi I have a question regarding to blog articles storefront API and pagination. Refer to https://shopify.dev/docs/api/usage/pagination-graphql I understand that we are able to create only pagination section with only 1 page with next/prev action. Is t...