#20603: Split GraphQL API into v1 & v2 #1022

Closed
opened 2026-04-05 19:53:58 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jeremystretch on 10/20/2025

Addresses: #20603

  • Introduce the GRAPHQL_DEFAULT_VERSION config parameter (defaulting to v1)
  • Introduce the get_default_schema() utility function
  • Split the root GraphQL schema and query classes into separate versions
  • Add URLs /graphql/v1/ and /graphql/v2/for direct access to either API version
*Originally created by @jeremystretch on 10/20/2025* ### Addresses: #20603 - Introduce the `GRAPHQL_DEFAULT_VERSION` config parameter (defaulting to v1) - Introduce the `get_default_schema()` utility function - Split the root GraphQL schema and query classes into separate versions - Add URLs `/graphql/v1/` and `/graphql/v2/`for direct access to either API version
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#1022