From 634f9bbc1d983f797e75899d03dd48c7fee5fe29 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 8 May 2024 07:37:42 -0700 Subject: [PATCH] 16014 remove graphene reference --- docs/development/adding-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/adding-models.md b/docs/development/adding-models.md index 7de897a97..823789641 100644 --- a/docs/development/adding-models.md +++ b/docs/development/adding-models.md @@ -77,7 +77,7 @@ Create the following for each model: ## 13. GraphQL API components -Create a Graphene object type for the model in `graphql/types.py` by subclassing the appropriate class from `netbox.graphql.types`. +Create a GraphQL object type for the model in `graphql/types.py` by subclassing the appropriate class from `netbox.graphql.types`. Also extend the schema class defined in `graphql/schema.py` with the individual object and object list fields per the established convention.