GraphQL not return data from options page
-
Hi,
I’ve created a new Options Page using the ACF menu and linked a new field group to it. The field group contains a repeater field with text fields inside. We have two identical environments.
On the development environment, after setting everything up and populating the fields with data, the GraphQL IDE successfully retrieves and displays the correct data. However, after exporting the WordPress settings from the development environment to staging, the following issue occurs:
In the GraphQL IDE on the staging environment, all fields are visible in the Query Composer, but no data is returned.
To troubleshoot, I created a test example directly on the staging environment by linking a new field group to the Options Page. Unfortunately, GraphQL still does not return any data.
In options page editor data are visible and it seems that GraphQL correctly recognizes the fields and the Options Page itself but does not retrieve the populated data.
Could you please assist me in resolving this issue?
The topic ‘GraphQL not return data from options page’ is closed to new replies.