Tag
GraphQL Articles and Best Practices
A collection of GraphQL articles, including best practices, guides, and tutorials. Stay updated with the latest in GraphQL.
Articles tagged with "GraphQL"
Supabase
API Design
Automatically Generate REST and GraphQL APIs From Your Database
Learn about the tools and frameworks you can use to automatically generate a REST API or GraphQL API directly from your SQL and NOSQL database.

Adrian Machado
12/4/2024
API Best Practices
GraphQL
GraphQL vs REST: Choosing the Right API Design for Your Audience
Choosing REST APIs for your external users provides a quicker onboarding experience. Learn how to translate your existing GraphQL API into a simplified REST API

Nate Totten
5/10/2023
Frequently Asked Questions
GraphQL is a query language for APIs that lets clients request exactly the data they need, improving efficiency and flexibility compared to traditional REST endpoints.