Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgermduarte/kotlin-spring-graphql
A kotlin test project example using graphql client
https://github.com/jorgermduarte/kotlin-spring-graphql
graphql graphql-client kotlin spring spring-boot
Last synced: 2 days ago
JSON representation
A kotlin test project example using graphql client
- Host: GitHub
- URL: https://github.com/jorgermduarte/kotlin-spring-graphql
- Owner: jorgermduarte
- License: mit
- Created: 2021-12-27T00:45:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T01:16:22.000Z (about 3 years ago)
- Last Synced: 2025-01-09T20:38:58.862Z (6 days ago)
- Topics: graphql, graphql-client, kotlin, spring, spring-boot
- Language: Kotlin
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotlin-spring-graphql
A kotlin example project using graphql as a client with com.expediagroup.graphql# Dependencies
```xml
plugins {
id("com.expediagroup.graphql") version $latestGraphQLKotlinVersion
}
``````xml
dependencies {
implementation("com.expediagroup", "graphql-kotlin-schema-generator", latestVersion)
implementation("com.expediagroup:graphql-kotlin-spring-client:$latestGraphQLKotlinVersion")
}
```# More information
- https://opensource.expediagroup.com/graphql-kotlin/docs/schema-generator/schema-generator-getting-started
- https://opensource.expediagroup.com/graphql-kotlin/docs/client/client-overview### Usage running example
**GET** https://localhost:8080/country/AL