mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00

* Closes #17288: Limit the number of aliases within a GraphQL API request to 10 * Introduce GRAPHQL_MAX_ALIASES config parameter
18 lines
269 B
Markdown
18 lines
269 B
Markdown
# GraphQL API Parameters
|
|
|
|
## GRAPHQL_ENABLED
|
|
|
|
!!! tip "Dynamic Configuration Parameter"
|
|
|
|
Default: True
|
|
|
|
Setting this to False will disable the GraphQL API.
|
|
|
|
---
|
|
|
|
## GRAPHQL_MAX_ALIASES
|
|
|
|
Default: 10
|
|
|
|
The maximum number of queries that a GraphQL API request may contain.
|