#20603: Split GraphQL API into v1 & v2

This commit is contained in:
Jeremy Stretch
2025-10-20 11:00:23 -04:00
parent 77c08b7bf9
commit 7d82493052
5 changed files with 80 additions and 8 deletions

View File

@@ -1,5 +1,15 @@
# GraphQL API Parameters
## GRAPHQL_DEFAULT_VERSION
!!! note "This parameter was introduced in NetBox v4.5."
Default: `1`
Designates the default version of the GraphQL API served by `/graphql/`. To access a specific version, append the version number to the URL, e.g. `/graphql/v2/`.
---
## GRAPHQL_ENABLED
!!! tip "Dynamic Configuration Parameter"