mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00

* Update values to ensure consistency when referencing values see\t * Update required-parameters.md For Updated Django Link * Update required-parameters.md to fix Django link * Update error-reporting.md Remove Number Formatting * Update docs/configuration/error-reporting.md --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
18 lines
275 B
Markdown
18 lines
275 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.
|