Skip to content

Instantly share code, notes, and snippets.

@sabbarmehdi
Created August 11, 2021 08:41
Show Gist options
  • Save sabbarmehdi/a9a5e3f7ac594c74e86ebfd1b0027299 to your computer and use it in GitHub Desktop.
Save sabbarmehdi/a9a5e3f7ac594c74e86ebfd1b0027299 to your computer and use it in GitHub Desktop.
Graphql
<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