Package 

Class GraphQLConfiguration.SDLConfiguration

    • 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() Boolean flag indicating whether SDL endpoint is enabled
      final Unit setEnabled(Boolean enabled) Boolean flag indicating whether SDL endpoint is enabled
      final String getEndpoint() GraphQL SDL endpoint
      final Unit setEndpoint(String endpoint) GraphQL SDL endpoint
      final Boolean getPrintAtStartup() Boolean flag indicating whether to print the schema after generator creates it
      final Unit setPrintAtStartup(Boolean printAtStartup) Boolean flag indicating whether to print the schema after generator creates it
      • Methods inherited from class java.lang.Object

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

      • GraphQLConfiguration.SDLConfiguration

        GraphQLConfiguration.SDLConfiguration(ApplicationConfig config)