From e1ff8dd028101437dbc7369301fbdfa5c4bbd1e2 Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 7 May 2024 15:02:07 -0700 Subject: [PATCH] 16014 change ref from django-graphene to django-strawberry --- docs/integrations/graphql-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/graphql-api.md b/docs/integrations/graphql-api.md index 724e4e73d..38ff8c23f 100644 --- a/docs/integrations/graphql-api.md +++ b/docs/integrations/graphql-api.md @@ -1,6 +1,6 @@ # GraphQL API Overview -NetBox provides a read-only [GraphQL](https://graphql.org/) API to complement its REST API. This API is powered by the [Graphene](https://graphene-python.org/) library and [Graphene-Django](https://docs.graphene-python.org/projects/django/en/latest/). +NetBox provides a read-only [GraphQL](https://graphql.org/) API to complement its REST API. This API is powered by the [Graphene](https://graphene-python.org/) library and [Strawberry Django](https://strawberry-graphql.github.io/strawberry-django/). ## Queries