
An example Express based app implementing a GraphQL API using MySQL as its datastore
This is an experimental example demonstrating the integration of GraphQL with MySQL using NodeJS. The project showcases how to implement a GraphQL API by matching graphql-js with MySQL. It emphasizes the use of async-await support in the NodeJS version for execution.
This NodeJS GraphQL MySQL example provides a practical illustration of how GraphQL can be implemented with MySQL using NodeJS. It showcases key features, requires async-await support, offers example operations for manipulating data, and includes a pre-defined SQL schema for setup. The project is licensed under MIT, making it accessible for various use cases.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.