Skip to content

Commit 123b471

Browse files
authored
feat: extract GraphiQL into separate reusable module (#116)
1 parent 9698743 commit 123b471

File tree

13 files changed

+27
-41690
lines changed

13 files changed

+27
-41690
lines changed

graphql-jpa-query-build/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
<version>${project.version}</version>
3333
</dependency>
3434

35+
<dependency>
36+
<groupId>com.introproventures</groupId>
37+
<artifactId>graphql-jpa-query-graphiql</artifactId>
38+
<version>${project.version}</version>
39+
</dependency>
40+
3541
</dependencies>
3642
</dependencyManagement>
3743

graphql-jpa-query-example-merge/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
<artifactId>graphql-jpa-query-example-model-books</artifactId>
2424
</dependency>
2525

26+
<dependency>
27+
<groupId>com.introproventures</groupId>
28+
<artifactId>graphql-jpa-query-graphiql</artifactId>
29+
</dependency>
30+
2631
<dependency>
2732
<groupId>com.introproventures</groupId>
2833
<artifactId>graphql-jpa-query-example-model-starwars</artifactId>

graphql-jpa-query-example-simple/pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@
2222
<groupId>com.introproventures</groupId>
2323
<artifactId>graphql-jpa-query-boot-starter</artifactId>
2424
</dependency>
25-
25+
26+
<dependency>
27+
<groupId>com.introproventures</groupId>
28+
<artifactId>graphql-jpa-query-graphiql</artifactId>
29+
</dependency>
30+
2631
<dependency>
2732
<groupId>com.introproventures</groupId>
2833
<artifactId>graphql-jpa-query-example-model-starwars</artifactId>

graphql-jpa-query-example-simple/src/main/resources/static/LICENSE

-26
This file was deleted.

0 commit comments

Comments
 (0)