File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,6 @@ If you have a question about something you can not find in our wiki or javadocs,
98
98
99
99
## Example
100
100
101
- One way to run a GraphQL server is with Spring Boot . A sample Spring Boot app that uses ` graphql - kotlin `, [ graphql - java - servlet ](https ://github . com / graphql - java - kickstart / graphql - java - servlet ) and [graphiql ](https ://github .com /graphql / graphiql ) is provided in the [example folder ](https ://github .com /ExpediaDotCom /graphql -kotlin /tree /master /example ). All the examples used in this documentation should be available in the sample app .
101
+ One way to run a GraphQL server is with Spring Boot . A sample Spring Boot app that uses [ Spring Webflux ](https ://docs . spring . io / spring / docs / current / spring - framework - reference / web - reactive . html ) together with ` graphql - kotlin ` and [graphql - playground ](https ://github .com /prisma / graphql - playground ) is provided in the [example folder ](https ://github .com /ExpediaDotCom /graphql -kotlin /tree /master /example ). All the examples used in this documentation should be available in the sample app .
102
102
103
- In order to run it you can run [Application .kt ](https ://github .com /ExpediaDotCom /graphql -kotlin /blob /master /example /src /main /kotlin /com .expedia .graphql .sample /Application .kt ) directly from your IDE . Alternatively you can also use the Spring Boot maven plugin by running `mvn spring -boot :run ` from the command line . Once the app has started you can explore the example schema by opening GraphiQL endpoint at [http://localhost:8080/graphiql ](http://localhost:8080/graphiql ).
103
+ In order to run it you can run [Application .kt ](https ://github .com /ExpediaDotCom /graphql -kotlin /blob /master /example /src /main /kotlin /com .expedia .graphql .sample /Application .kt ) directly from your IDE . Alternatively you can also use the Spring Boot maven plugin by running `mvn spring -boot :run ` from the command line . Once the app has started you can explore the example schema by opening GraphiQL endpoint at [http://localhost:8080/playground ](http://localhost:8080/playground ).
You can’t perform that action at this time.
0 commit comments