Class GraphQLConfigurationProperties.FederationTracingConfigurationProperties

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getEnabled() Flag to enable or disable field tracing for the Apollo Gateway.
      final Boolean getDebug() Flag to enable or disable debug logging
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphQLConfigurationProperties.FederationTracingConfigurationProperties

        GraphQLConfigurationProperties.FederationTracingConfigurationProperties(Boolean enabled, Boolean debug)
    • Method Detail

      • getEnabled

         final Boolean getEnabled()

        Flag to enable or disable field tracing for the Apollo Gateway. Default is true as this is only used if the parent config is enabled.

      • getDebug

         final Boolean getDebug()

        Flag to enable or disable debug logging