[genar@localhost ~]$ graphql∎
GraphQL
GraphQL is a query language for your API, and a server-side runtime for executing queries by 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.
Servers
- prisma - ⚡ Prisma turns your database into a realtime GraphQL API https://www.prisma.io/
Implementations
- graphql-php - A PHP port of GraphQL reference implementation http://webonyx.github.io/graphql-php/
IDEs
- graphiql - An in-browser IDE for exploring GraphQL.
- graphiql-app - Light, Electron-based Wrapper around GraphiQL
- grqphql - GraphQL editor - visual node editor for GraphQL
Clients
- insomnia - Cross-platform HTTP and GraphQL Client https://insomnia.rest
Servers
- graphql-yoga - 🧘 Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience
Learning
- learning-grqphql - An attempt to learn GraphQL
Links
- Official
- awesome-graphql - Awesome list of GraphQL & Relay
- REST vs GraphQL: illustrated examples with the API Platform framework