Skip to content

Commit

Permalink
16014 remove graphene reference
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed May 8, 2024
1 parent 51b782a commit 634f9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/adding-models.md
Expand Up @@ -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.

Expand Down

0 comments on commit 634f9bb

Please sign in to comment.