A: If those plugins store their data either as CPTs or as meta, then it's already compatible. If they store their data in their own tables in the DB, then you gotta build an integration to fetch their data, using the ExtensionStarter: https://github.com/GatoGraphQL/ExtensionStarter
> Can I add user rights and limits for the api? Yes, there is Access Control, you can limit what users can access the API, based on being logged-in or not, roles, capabilities, and IP.
Limits, you mean how many times can the user access the endpoint (say, every month)? That's not baked in, but you could add that logic via PHP, adding user meta to...
Are there some extensions included in the deal ? If yes, which ones ?
I'm talking about these extensions https://gatographql.com/extensions. I think i've read something like none of the premium extensions is included except automation, right ? Each can be bought lifetime ?
Power Extensions are also sold as LTD, so the answer is still "Yes". In any case, why would you need to buy any independent Power Extension? When you get the deal in AppSumo so already get all of them (starting from tier 3), it's pretty much only Premium Extensions that you'll need to consider buying in the future (eg: the upcoming Elementor and WooCommerce extensions will be Premium Extensions)
I mentioned that not to have independent access to a given power extension but to highlight i didn't understand as i was thinking it was sold independently while it is not. Yes, i'm on Tier 3 and i was not aware i get already all power extensions, is it really? they are included in the variation 2 zip bundle file? I use Divi, does it need any specific support regarding its release 5 ?
Q: GraphQL Client ?
Hello,
Can i use a GraphQL Client for .NET for example to retrieve wp data, (including data from wp theme like divi (so not using Gutemberg) & plugins (like formidable forms, formaloo etc) ?
A: yes, on your WP site you can expose an endpoint /graphql to fetch any WP data, then fetch data from that endpoint using a client on any language (.NET or anything else)
Q: How is it different from WPGraphQL?
Leonardo_GatoGraphQL
Apr 18, 2025A: Comparison here: https://gatographql.com/comparisons/gatographql-vs-wpgraphql
Share Gato GraphQL
Q: Is it compatible with JetEngie's CPT (Custom Data Table) and CCT?
Leonardo_GatoGraphQL
Apr 18, 2025A: If those plugins store their data either as CPTs or as meta, then it's already compatible. If they store their data in their own tables in the DB, then you gotta build an integration to fetch their data, using the ExtensionStarter: https://github.com/GatoGraphQL/ExtensionStarter
Share Gato GraphQL
Q: Public API?
Can i use it to build a public api?
Can I add user rights and limits for the api?
Can the slug be changed?
Leonardo_GatoGraphQL
Apr 16, 2025A: > Can i use it to build a public api?
Yes
> Can I add user rights and limits for the api?
Yes, there is Access Control, you can limit what users can access the API, based on being logged-in or not, roles, capabilities, and IP.
Limits, you mean how many times can the user access the endpoint (say, every month)? That's not baked in, but you could add that logic via PHP, adding user meta to...
Share Gato GraphQL
Q: Extensions
Hello,
Are there some extensions included in the deal ?
If yes, which ones ?
I'm talking about these extensions https://gatographql.com/extensions. I think i've read something like none of the premium extensions is included except automation, right ? Each can be bought lifetime ?
What about Power Extensions ?
Leonardo_GatoGraphQL
Apr 16, 2025A: tier 3 includes Automation. Tier 5 includes Automation and Polylang extensions
Share Gato GraphQL
Verified purchaser
Thanks. Each Power and premium extension can be bought lifetime ?
Yes
Verified purchaser
For Power Extensions, i think the answer is "No" as it is sold through packages
Power Extensions are also sold as LTD, so the answer is still "Yes". In any case, why would you need to buy any independent Power Extension? When you get the deal in AppSumo so already get all of them (starting from tier 3), it's pretty much only Premium Extensions that you'll need to consider buying in the future (eg: the upcoming Elementor and WooCommerce extensions will be Premium Extensions)
Verified purchaser
I mentioned that not to have independent access to a given power extension but to highlight i didn't understand as i was thinking it was sold independently while it is not. Yes, i'm on Tier 3 and i was not aware i get already all power extensions, is it really? they are included in the variation 2 zip bundle file? I use Divi, does it need any specific support regarding its release 5 ?
Q: GraphQL Client ?
Hello,
Can i use a GraphQL Client for .NET for example to retrieve wp data, (including data from wp theme like divi (so not using Gutemberg) & plugins (like formidable forms, formaloo etc) ?
Leonardo_GatoGraphQL
Apr 16, 2025A: yes, on your WP site you can expose an endpoint /graphql to fetch any WP data, then fetch data from that endpoint using a client on any language (.NET or anything else)
Share Gato GraphQL
Verified purchaser
Thank you