Hello,
Thanks for the feedback! As there is no official GraphQL support for ACF, it will depend on the plugin/method you use to expose ACF fields.
If you’re using the WP GraphQL ACF plugin, then you can use the wpgraphql_acf_supported_fields
filter to expose ACFE fields.
You can find the field types names using the ACF > Export Field Group tool.
I’ll probably automatically add the field types to this hook in the next ACFE patch, while waiting for a complete GraphQL solution within ACFE. I added it to the Trello Board.
Have a nice day!
Regards.