Gato GraphQL

Product details

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
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 count how many times the user accessed the service, and allow access or not from there

> Can the slug be changed?
Yes. You can expose /graphql or renamed it to anything, like /my-graphql. There are also custom endpoints, you can create as many as you want, such as /graphql/my-endpoint-1 and /graphql/my-endpoint-2

Share
Helpful?
Log in to join the conversation
Verified Purchaser badge

Verified purchaser

Posted: Apr 23, 2025

How many queries could a 4 cpu 8gb ram server handle?

Founder
Posted: Apr 23, 2025

I have no clue

Verified Purchaser badge

Verified purchaser

Posted: Apr 23, 2025

Do you have other experiences with other servers?

Founder
Posted: Apr 24, 2025

I run the software on my own laptop, for development, a Macbook M1 (2020). Not great speed with Lando + XDebug running. Great speed on LocalWP.

Related questions
View product details