From dbef839b6a3ded2182effa08303d28445a285b26 Mon Sep 17 00:00:00 2001 From: Denis Artyushin Date: Mon, 29 Jul 2024 10:35:27 +0300 Subject: [PATCH] Add graphql query (#56) * Add Web/graphql-query * Fix --------- Co-authored-by: Marcelo Trylesinski --- awesome.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/awesome.yaml b/awesome.yaml index 5e5d588..13f7834 100644 --- a/awesome.yaml +++ b/awesome.yaml @@ -81,7 +81,7 @@ repositories: - name: datamodel-code-generator repo: https://github.com/koxudaxi/datamodel-code-generator - description: Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources. + description: Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, GraphQL Schema, and YAML data sources. category: Utilities - name: easyconfig @@ -224,6 +224,11 @@ repositories: description: FastStream simplifies the process of writing producers and consumers for message queues, handling all the parsing, networking and documentation generation automatically. category: Web + - name: graphql-query + repo: https://github.com/denisart/graphql-query + description: The package to build GraphQL queries from pydantic classes + category: Web + - name: DocArray repo: https://github.com/docarray/docarray description: Represent, send, store and search multimodal data based on Pydantic. Compatible with Multiple Vector Databases