Skip to content

v0.2.0

Compare
Choose a tag to compare
@mbiamont mbiamont released this 08 Oct 20:28
· 8 commits to main since this release
d74905d

🎁 Improvements

  • resolvers don't need to pass source type anymore
  • resolvers get arguments, source, context and info using receivers instead of parameters

📥 Installation

Gradle

implementation 'com.arianegraphql:server:0.2.0'
implementation 'com.arianegraphql:server-ktor:0.2.0'

Gradle Kotlin DSL

implementation("com.arianegraphql:server:0.2.0")
implementation("com.arianegraphql:server-ktor:0.2.0")