From ae53b47aba2ad79864f3a1cfd06fe4052fd87c6f Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 18 Apr 2021 18:09:54 -0500 Subject: [PATCH] Added GraphQL.PreprocessingExtensions and GraphQL.RepoDB to community packages. (#3539) --- COMMUNITY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/COMMUNITY.md b/COMMUNITY.md index 663f32a715e..dfc2b9da858 100644 --- a/COMMUNITY.md +++ b/COMMUNITY.md @@ -11,6 +11,8 @@ Various libraries, packages, etc. that developers can add to their own project a ### Data access - [TransactChoco](https://github.com/dalrankov/TransactChoco) - TransactionScope middleware for Hot Chocolate +- [GraphQL.PreprocessingExtensions](https://github.com/cajuncoding/GraphQL.RepoDB/tree/main/GraphQL.PreProcessingExtensions) - HotChocolate resolver extensions for working with Micro ORM(s) and encapsulated data access without IQueryable. +- [GraphQL.RepoDB](https://github.com/cajuncoding/GraphQL.RepoDB) - An integration library for HotChocolate and SQL Server data access using RepoDB micro-orm. ### Relay