Skip to content

Commit

Permalink
Merge pull request #23057 from jmartisk/fix-header-help
Browse files Browse the repository at this point in the history
Update GraphQLClientConfig javadoc
  • Loading branch information
geoand authored Jan 20, 2022
2 parents 8f095bf + 1671451 commit 79ef7ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public class GraphQLClientConfig {

/**
* HTTP headers to add when communicating with the target GraphQL service.
* Right now, this only works for the dynamic client.
*/
@ConfigItem(name = "header")
public Map<String, String> headers;
Expand Down

0 comments on commit 79ef7ca

Please sign in to comment.