Skip to content
#

graphql-api

graphql logo

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.

Here are 685 public repositories matching this topic...

API for a Blog CMS. The Blog comprises of three concept: Users, Posts and Tags. The CMS will handle creating and authenticating users (using JWT). Tags will be used as a taxonomy to group posts. A post belongs to many tags and a tag can have many posts. Authenticated users are able to perform CRUD tasks like creating posts and tags.

  • Updated Jan 20, 2018
  • JavaScript

Created by Facebook

Released 2015

Followers
28.2k followers
Organization
graphql
Website
graphql.org
Wikipedia
Wikipedia

Related Topics

api graphiql rest sparql sql