Lance Anderson
Lance Anderson
For small-ish apps like mine, a single language file would be nice as it would resolve the issue I'm having with language files loading slow; this would be a nice-to-have...
@Kestanous I'm looking for something similar... curious if/how you resolved it?
Very interesting; thank you for the quick response!
Thanks @aj-dev That worked for me.
Perhaps it's worth noting that wp-graphql exposes the [register_graphql_mutation](https://www.wpgraphql.com/functions/register_graphql_mutation/) function which be used to leverage ACF's [update_field](https://www.advancedcustomfields.com/resources/update_field/) function and other APIs for updating WP data.
Perhaps it's worth noting that wp-graphql exposes the [register_graphql_mutation](https://www.wpgraphql.com/functions/register_graphql_mutation/) function which be used to leverage ACF's [update_field](https://www.advancedcustomfields.com/resources/update_field/) function and other APIs for updating WP data.
I'm curious to hear how it goes for you @rossmartin. I was looking for this as well and will be looping back to implement it soon.