Gato GraphQL Questions

Showing 1 - 20 of 24 questions

Q: Fetching content from an external API and creating custom posts with custom fields and taxonomies

Can your tool fetch data from an external, third-party API and then periodically create custom posts with custom fields and taxonomies (for example set up in ACF or Meta Box)? The values of custom fields and taxonomies should be mapped from the data provided by the API. It should run automatically in specified intervals.

If this is possible, which extensions would be needed and is there a chance for a tutorial?

new-horizonsPLUSMar 6, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Mar 6, 2025

A: I'm currently working on meta field mutations, it should be ready in.a few weeks. Other than that, yes that's all possible right now.

You'll need the extensions from tier 3/4.

On the Gato GraphQL website there are multiple demos/guides, combining them you can satisfy your use case:

- Running a query automatically at specified intervals:...

Share
Helpful?

Q: WPML integration planned?

I see that there is a Polylang integration available. Are there any plans for WPML as that is my tool of choice?

oceandiveloperMar 3, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Mar 4, 2025

A: If there is demand from my customers, I could add support for it. (It would be done after some other more pressing integrations, such as WooCommerce)

Share
Helpful?

Q: multilanguage and and translation are not included correct ? only polylang

looks great but -- this would mean buying more licences on your site at the normal price ?

izuPLUSMar 3, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Mar 3, 2025

A: polylang is included in tiers 5/6, but translation is not.

I can give you a special price for translations, send me a message via the Contact form

Share
Helpful?

Q: Polylang integration

Hi,
I purchased 5 code for Gato GraphQL.
Do i have to pay extra for the Premium extension: Polylang integration?
I thought it is on the 5 code tier plan.

gibsin.pikunPLUSMar 2, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Mar 2, 2025

A: Hi,
yes, Polylang is included in tier 5. Do you have the Polylang plugin install and activated? Only then will the corresponding fields be added to the schema.
To find out, you can go to the Modules page of Gato GraphQL, and search for the "Polylang" module. If you don't have Polylang installed, that module will be disabled.

Share
Helpful?

Q: Syncing PostgresSQL DB and WP site

Hello,
We run number of WP multi-directories and we have been trying to sync CURD operations between an internal Postgres DB that my team uses and these sites through REST API.
So far it hasn't been easy to access all CPT fields especially those saved inside meta {}.

Would this tool allow me to do that out of the box?
What plan tier and extensions do I need?
This is very important project for us and my we are actively working on it.

Thank you

DrmoyassinePLUSFeb 27, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Feb 27, 2025

A: Yes, it should be possible. Notice that meta mutations are not in the plugin yet, but I'll add it within a couple of weeks (it's on the roadmap for Q1).

Tier 1 should be enough for that use case, but I'd recommend tier 3, so you can also store the queries on the DB if you need to (check "Persisted Queries"), and also execute the queries via code, directly within the PHP application (Check...

Share
Helpful?