From ecf22bff4d9dab3f234b80fc74305329be3560c3 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 2 Apr 2024 11:12:33 -0700 Subject: [PATCH] update readme for strawbery --- docs/release-notes/version-4.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/version-4.0.md b/docs/release-notes/version-4.0.md index 1cdd197d7..77f684f20 100644 --- a/docs/release-notes/version-4.0.md +++ b/docs/release-notes/version-4.0.md @@ -43,6 +43,12 @@ will include only the four specified fields in the representation of each site. #### Strawberry GraphQL Engine ([#9856](https://github.com/netbox-community/netbox/issues/9856)) +The GraphQL engine has been changed from using Graphene-Django to Strawberry-Django. Changes include: + +* Queryset Optimizer - reduces the number of database queries when querying related tables +* Updated GraphiQL Browser +* The format for GraphQL query filters and lookups has changed. Please see the GraphQL documentation for details and examples. + #### Advanced Form Rendering Functionality ([#14739](https://github.com/netbox-community/netbox/issues/14739)) New resources have been introduced to enable advanced form rendering without a need for custom HTML templates. These include: