From b564c948088e687149d326f08e36c910effd4519 Mon Sep 17 00:00:00 2001 From: Eric Bieszczad-Stie <35773677+BeatsuDev@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:46:09 +0200 Subject: [PATCH] docs: add note about dropping development --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 95fdf55..0603ea4 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ ### ✅ Dynamically select query fields ______ + +> Note: Development on this module will be dropped, because [`gql`'s DSL module](https://gql.readthedocs.io/en/stable/advanced/dsl_module.html) solves exactly what this module is supposed to solve. +> This was a fun learning experience, but for production environments, [`gql`'s DSL module](https://gql.readthedocs.io/en/stable/advanced/dsl_module.html) should be used instead. +> [Ariadne's code generation tool](https://github.com/mirumee/ariadne-codegen) can be uesd to generate pydantic classes from a graphql endpoint. + [![Pytests and Coverage](https://github.com/BeatsuDev/GraphQLRequests/actions/workflows/testing_and_coverage.yml/badge.svg)](https://github.com/BeatsuDev/GraphQLRequests/actions/workflows/testing_and_coverage.yml) [![Code Quality](https://github.com/BeatsuDev/GraphQLRequests/actions/workflows/code_quality.yml/badge.svg)](https://github.com/BeatsuDev/GraphQLRequests/actions/workflows/code_quality.yml) [![codecov](https://codecov.io/gh/BeatsuDev/GraphQLRequests/branch/main/graph/badge.svg?token=FBQKU5OEWT)](https://codecov.io/gh/BeatsuDev/GraphQLRequests)