Gato GraphQL Questions

Showing 1 - 20 of 38 questions

Q: How is it different from WPGraphQL?

OSUMOApr 18, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Apr 18, 2025

A: Comparison here: https://gatographql.com/comparisons/gatographql-vs-wpgraphql

Share
Helpful?

Q: Is it compatible with JetEngie's CPT (Custom Data Table) and CCT?

OSUMOApr 18, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Apr 18, 2025

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

Share
Helpful?

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?

apoApr 16, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Apr 16, 2025

A: > 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
Helpful?

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 ?

cloudbeansPLUSEdited Apr 16, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Apr 16, 2025

A: tier 3 includes Automation. Tier 5 includes Automation and Polylang extensions

Share
Helpful?

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) ?

cloudbeansPLUSApr 16, 2025
See detail
Founder Team
Leonardo_GatoGraphQL

Leonardo_GatoGraphQL

Apr 16, 2025

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)

Share
Helpful?