Class CamelGraphQLConfig

java.lang.Object
org.apache.camel.quarkus.component.graphql.CamelGraphQLConfig

@ConfigRoot(name="camel.graphql", phase=BUILD_AND_RUN_TIME_FIXED) public class CamelGraphQLConfig extends Object
  • Field Details

    • queryFiles

      @ConfigItem public Optional<List<String>> queryFiles
      A comma separated list of paths to files containing GraphQL queries for use by GraphQL endpoints. Query files that only need to be accessible from the classpath should be specified on this property. Paths can either be schemeless (E.g graphql/my-query.graphql) or be prefixed with the classpath: URI scheme (E.g classpath:graphql/my-query.graphql). Other URI schemes are not supported.
  • Constructor Details

    • CamelGraphQLConfig

      public CamelGraphQLConfig()