A: All Power and Premium extensions included in each tier are indicated. Those do not change. If any of those is updated, you'll get access to the updates. Any other new Premium Extension won't be included.
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...
Q: Is the flash sale the same?
Is the flash sale the same as tier 5/6? Any difference besides domain count?
Leonardo_GatoGraphQL
Apr 22, 2025A: it also includes the Translation extension, not included in T5/6
Share Gato GraphQL
Nice thanks, I was wondering about that too!
๐
Q: New extensions included or not?
Hi,
for T3 to T5 will these be included or only the current one here?
If not, how much you plan to price them (average).,
Thanks
Leonardo_GatoGraphQL
Apr 19, 2025A: All Power and Premium extensions included in each tier are indicated. Those do not change. If any of those is updated, you'll get access to the updates. Any other new Premium Extension won't be included.
Share Gato GraphQL
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
How many queries could a 4 cpu 8gb ram server handle?
I have no clue