Interface VertxGraphqlConfig.VertxGraphqlUiConfig

Enclosing interface:
VertxGraphqlConfig

public static interface VertxGraphqlConfig.VertxGraphqlUiConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If GraphQL UI should be included every time.
    The path where GraphQL UI is available.
  • Method Details

    • alwaysInclude

      @WithDefault("false") boolean alwaysInclude()
      If GraphQL UI should be included every time. By default, this is only included when the application is running in dev mode.
    • path

      @WithDefault("graphql-ui") String path()
      The path where GraphQL UI is available.

      The value `/` is not allowed as it blocks the application from serving anything else.