Skip to content

angee.graphql.autoconfig

Settings fragments required by the Angee GraphQL runtime.

SETTINGS

Django settings contributed when GraphQL is installed.

settings

python
def settings(
        namespace: Mapping[str,
                           Any]) -> dict[str, str | None | dict[str, Any]]

Return DEBUG-sensitive GraphQL settings.

Released under the AGPL-3.0 License.