• Stars
    star
    943
  • Rank 48,312 (Top 1.0 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 9 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An attempt to learn GraphQL

Learning GraphQL

This repository is my attempt to learn GraphQL by going through the official RFC specification and the sample JavaScript implementation.

The Official Specification is meant for anyone who wants to implement GraphQL core in any language. I felt the need of a simpler version that speaks only JavaScript in its APIs and examples instead of being generic, so I wrote it down myself and shared with hope that others might find it useful too.

Update: graphql.org site came out later, which took more straightforward approach to documenting it. I've updated the contents of this series taking a lot from this new dedicated site for GraphQL.

Table of Content:

  1. What is GraphQL
  2. Basic Query Syntax
  3. Querying with Field Aliases and Fragments
  4. Querying with Directives
  5. On the Server-Side - Creating Your First Schema
  6. A Working GraphQL Server in Nodejs
  7. Deep Dive into GraphQL Type System
  8. Mutations
  9. Introspection (TBD)
  10. A Working GraphQL Server v2 (TBD)

Plan

I intend to use these documents to make workshopper lessons. Any kind of contributions are welcome, more if you feel like adding tasks and test suits in the workshopper.

License

MIT

More Resources

More Repositories

1

Avro-Keyboard

Unicode compliant native Bangla/Bengali Input Method Editor (IME) for Windows
Pascal
158
star
2

go-kill-mysql-query

Interactively shows long running queries in MySQL server and provides option to kill them one by one
Go
77
star
3

orkid-node

Reliable and modern Redis Streams based task queue for Node.js πŸ€–
JavaScript
61
star
4

container-from-scratch-in-go

Toy container build from scratch in Go solely for learning purpose
Go
60
star
5

png2escpos

Quickly convert PNG files to ESC/POS format, for printing on Epson thermal point-of-sale printers. Written in Go/Golang
Go
33
star
6

libavrophonetic

Go module providing classic (rule-based) and dictionary backed transliterators for Avro Phonetic
Go
21
star
7

unstupify

Chrome extension for hiding Priyo.com posts on Facebook
JavaScript
11
star
8

rust-for-nodejs-developers

Code examples for people learning Rust coming from Node.js
8
star
9

orkid-ui

Dashboard to monitor and manage Orkid task queue ✨
JavaScript
8
star
10

orkid-api

GraphQL API to monitor and manage Orkid task queue βš™οΈ
JavaScript
7
star
11

demo-prepending-page-to-pdf

This code uses "pdf-lib" to prepend a page to a pdf file. The output shows fine in Google Chrome for one input, but doesn't for another.
JavaScript
5
star
12

tmp-literate-golds

HTML
4
star
13

demo-adding-header-to-pdf

This code uses "pdf-lib" to add a header to the first page of a pdf file. It works for one input, but doesn't for another.
JavaScript
4
star
14

mugli

1
star
15

texttemplate

Go
1
star
16

advent-of-code-2022

https://adventofcode.com/2022
Go
1
star
17

hapi-shared-auth-cookie

Shared Session Cookie authentication plugin for Hapijs
JavaScript
1
star