Browse Source

update readme for strawbery

Arthur 1 năm trước cách đây
mục cha
commit
ecf22bff4d
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      docs/release-notes/version-4.0.md

+ 6 - 0
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))
 #### 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))
 #### 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:
 New resources have been introduced to enable advanced form rendering without a need for custom HTML templates. These include: