Hello,
I’m trying to build a metaobject listing page with some simple filtering functionality. The issue here I’m facing is that, the @inContext Directive only works with Storefront API but only the Admin API works with the query argument. Is there any workaround to to build a filterable + translatable metaobject listing page with one fetch?
Thanks,
Will
Hi @willwongco,
I can confirm that only the Storefront API works with the @inContext Directives, however the query argument filters are available on both the Admin and the Storefront APIs, but not for all queries. The query argument is implemented on a case by cases basis per API query.
Can you provide us with some more context on what you are trying to do exactly, and some details on the API calls you are currently using, and the ones that are insufficient for your use case, and we can definitely help look into it further and see if there’s any available workarounds.