Starting with Graph QL and its basics
-
Updated
Dec 22, 2022 - JavaScript
GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Starting with Graph QL and its basics
🚣♂️ GraphQL API for a boat rental app
A sample GraphQL Server built using graphql-yoga.
This is a Ghibli Studio GraphQL API server
Graphql API Server
Restify GraphQL Example
Private Postgraphile API for The Foreign Architect
A standalone graphQl user-feed you can perform CRUD operations on and subscribe to the changes.
A sample code to show how a graphQL scheme and resolver can be broken down into logical modules as your project gets large
An React client that consumes SpaceX API with GraphQL Apollo client
Handle GraphQL Middlewares easily.
User tagging application built with GraphQL with javascript and node.js on express.
Node.js GraphQL server based on Apollo Server and Express.js
GraphQL e Apollo Server + Client - Crie aplicações e junte tudo em um grafo com end-point usando dados de APIs e BDs
A simple backend template