How to fetch fields values in graphql? #12020
Answered
by
brandonkelly
vitalijalbu
asked this question in
Q&A
-
Hi guys, I have a huge list of checkboxes in a field and want to fetch all these fields values into my headless react app. How to do it with graphql? |
Beta Was this translation helpful? Give feedback.
Answered by
brandonkelly
Oct 6, 2022
Replies: 1 comment 2 replies
-
It’s only possible to fetch the selected checkbox values, not all of the options. You will need to hardcode the options in your React app. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
brandonkelly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It’s only possible to fetch the selected checkbox values, not all of the options. You will need to hardcode the options in your React app.