Skip to content

Commit

Permalink
Add graphql query (#56)
Browse files Browse the repository at this point in the history
* Add Web/graphql-query

* Fix

---------

Co-authored-by: Marcelo Trylesinski <[email protected]>
  • Loading branch information
denisart and Kludex authored Jul 29, 2024
1 parent ab63b7c commit dbef839
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion awesome.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dbef839

Please sign in to comment.