Skip to content

Commit b564c94

Browse files
authored
docs: add note about dropping development
1 parent 640174c commit b564c94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
### ✅ Dynamically select query fields
66

77
______
8+
9+
> 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.
10+
> 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.
11+
> [Ariadne's code generation tool](https://github.com/mirumee/ariadne-codegen) can be uesd to generate pydantic classes from a graphql endpoint.
12+
813
[![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)
914
[![Code Quality](https://github.com/BeatsuDev/GraphQLRequests/actions/workflows/code_quality.yml/badge.svg)](https://github.com/BeatsuDev/GraphQLRequests/actions/workflows/code_quality.yml)
1015
[![codecov](https://codecov.io/gh/BeatsuDev/GraphQLRequests/branch/main/graph/badge.svg?token=FBQKU5OEWT)](https://codecov.io/gh/BeatsuDev/GraphQLRequests)

0 commit comments

Comments
 (0)