Created
August 11, 2021 08:41
-
-
Save sabbarmehdi/a9a5e3f7ac594c74e86ebfd1b0027299 to your computer and use it in GitHub Desktop.
Graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>com.graphql-java</groupId> | |
<artifactId>graphql-spring-boot-starter</artifactId> | |
<version>5.0.2</version> | |
</dependency> | |
<dependency> | |
<groupId>com.graphql-java</groupId> | |
<artifactId>graphql-java-tools</artifactId> | |
<version>5.2.4</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment