AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
GraphQL - Is There a GraphQuest API?
GraphQL already has pagination built in, so that's it's implemented at the action level. When somebody in your app actually calls that action, they're going to get back like a page struct. And then they can paginate through it using our page utilities,. Any API that uses that action is going to have that same behavior. So you get this like really consistent access interface. You can basically, you don't even need to test your GraphQL API. That's a lie. I'm going to test your APIs.