Q: Elementor Integration
Hello,
My website is fully in elementor and can you explain about the elementor integration and also some of the use cases.
Leonardo_GatoGraphQL
Apr 25, 2025A: Hi, the Elementor integration is almost ready, I expect to launch it in the upcoming days. Then you can find docs in the site, and some demo video. I'll send a newsletter announcing the launch, please subscribe if you're interested.

I understand that you are developing it and plan to launch soon but I am trying to get this deal before it ends. Would you be able to give us a brief overview of what its capabilities/options are ?
OK, can. The extension adds fields `elementorData` and `elementorFlattenedDataItems`, and mutations `elementorSetCustomPostElementDatas` and `elementorMergeCustomPostElementDataItems`, to the GraphQL schema. These allow to retrieve and modify the elementor data in a post, stored under meta `_elementor_data`, then you can manipulate those using GraphQL.
An example of what I do with it: Access all strings in the Elementor widgets in a page, and translate those strings, to effectively translate the whole Elementor page. Check this video: https://www.youtube.com/watch?v=XHirJAkMYwg
Other examples: You can then create Elementor pages in bulk, creating an Elementor page with {variables} inside, and then replacing those strings with data coming from a CSV, similar to this video (but using Elementor instead of Gutenberg): https://gatographql.com/highlights#bulk-post-creation-using-templates
Another example: Rewrite Elementor data in the page using ChatGPT

Thank you and I really appreciate you taking the time to explain things
👍