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 e687ab1 commit 310883bCopy full SHA for 310883b
README.md
@@ -15,13 +15,13 @@ When using Maven:
15
<dependency>
16
<groupId>com.graphql-java-kickstart</groupId>
17
<artifactId>graphql-webclient-spring-boot-starter</artifactId>
18
- <version>0.3.0</version>
+ <version>1.0.0</version>
19
</dependency>
20
```
21
22
When using gradle:
23
```groovy
24
-implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:0.3.0"
+implementation "com.graphql-java-kickstart:graphql-webclient-spring-boot-starter:1.0.0"
25
26
27
Configure at least the URL of the GraphQL API to consume:
0 commit comments