Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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