Commit 4a179f5
Add new module graphql-kotlin-spring-server (#329)
* WIP: boot server
* fix detekt
* fix unit test + copyright notice
* rename to graphql-kotlin-spring-server
* fix packages
* simplify package structure
* add unit tests
* include integration test in jacoco coverage calculation
* fix javadoc link
* subscription test
* Fix subscription unit tests
* additional unit tests
* subscription handler tests are actually integration tests1 parent 2955286 commit 4a179f5
File tree
94 files changed
+1865
-2878
lines changed- examples
- federation
- base-app
- src/main
- kotlin/com/expediagroup/graphql/sample
- context
- datafetchers
- exceptions
- model
- query
- resources
- extend-app
- src/main
- kotlin/com/expediagroup/graphql/sample
- context
- datafetchers
- exceptions
- extend
- query
- resources
- spring
- src/main
- kotlin/com/expediagroup/graphql/sample
- context
- mutation
- query
- subscriptions
- resources
- graphql-kotlin-federation
- graphql-kotlin-schema-generator
- src/test/kotlin/com/expediagroup/graphql/generator/extensions
- graphql-kotlin-spring-server
- src
- main
- kotlin/com/expediagroup/graphql/spring
- exception
- model
- operations
- resources/META-INF
- test/kotlin/com/expediagroup/graphql/spring
- base
- federation
- routes
- subscription
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+1865
-2878
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 29 | | |
40 | 30 | | |
41 | 31 | | |
| |||
81 | 71 | | |
82 | 72 | | |
83 | 73 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
89 | 78 | | |
90 | 79 | | |
91 | 80 | | |
| |||
Lines changed: 2 additions & 70 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 19 | | |
39 | 20 | | |
40 | | - | |
41 | 21 | | |
42 | 22 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 23 | + | |
93 | 24 | | |
| 25 | + | |
94 | 26 | | |
95 | 27 | | |
96 | 28 | | |
Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 0 additions & 41 deletions
This file was deleted.
Lines changed: 4 additions & 50 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 19 | | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 23 | + | |
| 24 | + | |
32 | 25 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 26 | | |
37 | 27 | | |
38 | 28 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 29 | | |
43 | 30 | | |
44 | 31 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 32 | | |
65 | | - | |
| 33 | + | |
66 | 34 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 35 | + | |
81 | 36 | | |
82 | | - | |
83 | 37 | | |
84 | 38 | | |
Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 0 additions & 39 deletions
This file was deleted.
0 commit comments