We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9990be1 commit a3a659eCopy full SHA for a3a659e
README.md
@@ -18,13 +18,13 @@ When using Maven:
18
<dependency>
19
<groupId>com.graphql-java-kickstart</groupId>
20
<artifactId>graphql-webclient-spring-boot-starter</artifactId>
21
- <version>1.0.0</version>
+ <version>2.0.0</version>
22
</dependency>
23
```
24
25
When using gradle:
26
```groovy
27
-implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:1.0.0"
+implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:2.0.0"
28
29
30
Configure at least the URL of the GraphQL API to consume:
0 commit comments