AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Power of GraphQL in Rails Models
GraphQL was designed for clients to query because It helps with problems of like over fetching And it lets you just query exactly what data you need For a page or a screen. Now we are moving away from querying on the client and we're querying in our server. We use Hasura which exposes our data over GraphQL.