Giter Club home page Giter Club logo

graphql-example's Introduction

GraphQL Example

A basic example of a GraphQL implementation with some information and opinion on it and maybe some comparison with other related solutions. Also, probably a spike into some popular tooling and community packages. I don't know. Just a strong starting point for anyone who is mostly new to it.

The GraphQL landing page can be found here.

What is GraphQL?

GraphQL is an open-source data query and manipulation language for APIs and a query runtime engine.

GraphQL enables declarative data fetching where a client can specify exactly what data it needs from an API.


GraphQL is a query language and server-side runtime for application programming interfaces (APIs) that prioritizes giving clients exactly the data they request and no more.

GraphQL is designed to make APIs fast, flexible, and developer-friendly.


GraphQL is a query language for your API, and a server-side runtime for executing queries using a type system you define for your data.

GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.


GraphQL is an open source query language that describes how a client should request information through an API.

In a broad sense, GraphQL is a syntax developers can use to ask for specific data and return that data from multiple sources.


GraphQL is a flexible query language that uses a type system to efficiently return data with dynamic queries.

SQL(structured query language) is an older, more adopted language standard used specifically for tabular/relational database systems.

Consider GraphQL if you want your API to be built on a NoSQL database.

graphql-example's People

Contributors

jaylong255 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.