Graphql: Difference between revisions

From wikinotes
Line 27: Line 27:
| [[graphql mutations]]
| [[graphql mutations]]
|-
|-
| [[graphql: datatypes]]
| [[graphql datatypes]]
|-
|-
| [[graphql: schemas]]
| [[graphql: schemas]]

Revision as of 03:07, 3 September 2021

GraphQL is an alternative to REST APIs that enables you to query exactly what you need using a single HTTP request, rather than several.

TODO:

These notes are bad. host, validate, and reorganize

Documentation

docs https://graphql.org/learn/
introspection docs https://graphql.org/learn/introspection/

Notes

graphql basics
graphql usage
graphql queries
graphql mutations
graphql datatypes
graphql: schemas
grpahql: syntax

Clients

graphql: graphiql web client
graphqurl cli interpreter