Home / Companies / Couchbase / Blog / Post Details
Content Deep Dive

Graphql server with node and couchbase, ottoman and spatial view

Blog post from Couchbase

Post Details
Company
Date Published
Author
Laura Czajkowski, Developer Community Manager, Couchbase
Word Count
2,723
Language
English
Hacker News Points
-
Summary

Graphql is a query language that allows to retrieve only the information defined by the user, avoiding underfetching or overfetching and providing certainty about having all the required data. In a Graphql server, clients use one single endpoint, hiding complexity and logic of the backend, allowing it to connect with different backends or databases, without changing the client's logic when switching between them.