ServerConfig.graphql

1# Fetched once at startup to determine the auth mode and available providers.
2query ServerConfig {
3  serverConfig {
4    authMode
5    oauthProviders
6  }
7}