davsclaus commented on a change in pull request #4643: URL: https://github.com/apache/camel/pull/4643#discussion_r528117335
########## File path: components/camel-graphql/src/main/java/org/apache/camel/component/graphql/GraphqlEndpoint.java ########## @@ -65,6 +65,8 @@ @UriParam(label = "security", secret = true) private String password; @UriParam + private String jwtAuthorizationType; Review comment: Can you set label = "security", and default = "Bearer" in the uri param annotation ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org