This repository was archived by the owner on Jul 23, 2024. It is now read-only.
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
Query taxonomy term inside ACF Repeater field #16
Description
Hi,
I have an ACF Repeater field, with different types of fields inside of it. One of them is a WordPress Taxonomy, for which I cannot find how to return the values of the terms on it, it keeps returning just empty []
values.
Here some screenshots to illustrate my ACF fields setup.
Here my query and the results from GraphQL, where it returns empty values for the taxonomy Indicator
, despite that in my query I'm requesting their taxonomy ID and name.
What I'm missing here?