📄️ Leto Shelf
Leto GraphQL web server bindings and utilities for shelf.
📄️ Quickstart
For more general information and examples for building GraphQL schemas and servers using Leto, please see the main repository's https://github.com/juancastillo0/leto README. This README only contains information associated with bindings and utilities for building Leto powered web servers with shelf.
📄️ Install
Add dependencies to your pubspec.yaml
📄️ Server example
A fullstack Dart example with Flutter client and Leto/Shelf server can be found in https://github.com/juancastillo0/leto/tree/main/chat_example
📄️ Handlers
This package provides shelf handlers for answering HTTP requests.
📄️ Features and Utilities
Some useful utilities and bindings for working with shelf HTTP requests and responses in Leto.
📄️ Middlewares
Other shelf middlewares not really specific to GraphQL servers.