From 8721416bb29b8caf600fc60c777663919c3e72bf Mon Sep 17 00:00:00 2001 From: Willem Date: Sat, 3 May 2025 12:56:40 +1200 Subject: [PATCH] Update README.md to include Typed GraphQL --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 58b57b1f..aa36c84d 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,8 @@ in addition to using [mypy](https://mypy-lang.org/) as type checker. Arminio, is a new GraphQL library for Python 3, inspired by dataclasses, that is also using GraphQL-core 3 as underpinning. +* [Typed GraphQL](https://github.com/willemt/typed-graphql), thin layer over GraphQL-core that uses native Python types for creating GraphQL schemas. + ## Changelog