Auth
Auth contains all the settings related to authentication and authorization.
type Auth {
  integrations: AuthIntegrations!
  sessionDuration: Int!
}
Fields
Auth.integrations ● AuthIntegrations! non-null object
integrations are the set of configurations for the variations of authentication solutions.
Auth.sessionDuration ● Int! non-null scalar
sessionDuration determines the duration in seconds for which an access token is valid
Member Of
Settings  object