Class VertxGraphqlConfig.VertxGraphqlUiConfig

    • Field Detail

      • alwaysInclude

        @ConfigItem
        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

        @ConfigItem(defaultValue="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.

    • Constructor Detail

      • VertxGraphqlUiConfig

        public VertxGraphqlUiConfig()