Skip to content

Commit

Permalink
Upgrade to GraphQL Java 21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartisk committed Sep 27, 2024
1 parent 6ad6fed commit 14e2af2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: quarkusio/quarkus
ref: main
ref: 3.8
path: quarkus

- uses: actions/setup-java@v3.10.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<version.jakarta.servlet>6.0.0</version.jakarta.servlet>
<version.jakarta.websocket>2.0.0</version.jakarta.websocket>
<version.graphql-java-federation>2.1.1</version.graphql-java-federation>
<version.graphql-java>21.1</version.graphql-java>
<version.graphql-java>21.5</version.graphql-java>
<version.extended-scalars>21.0</version.extended-scalars>
<verison.io.micrometer>1.11.3</verison.io.micrometer>
<version.vertx>4.4.5</version.vertx>
Expand Down
3 changes: 3 additions & 0 deletions server/implementation/src/test/resources/schemaTest.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ directive @include(
"test-description"
directive @intArrayTestDirective(value: [Int]) on OBJECT | INTERFACE

"Indicates an Input Object is a OneOf Input Object."
directive @oneOf on INPUT_OBJECT

directive @operationDirective on FIELD_DEFINITION

"Used to specify the role required to execute a given field or operation."
Expand Down

0 comments on commit 14e2af2

Please sign in to comment.