GraphQL
Back: API Design
A query language for APIs and a runtime for executing those queries. Clients specify exactly what data they need, the server returns precisely that. Provides a strongly typed schema, introspection, and a single endpoint.
Back: API Design
A query language for APIs and a runtime for executing those queries. Clients specify exactly what data they need, the server returns precisely that. Provides a strongly typed schema, introspection, and a single endpoint.