Skip to content

student2ua/GraphQLExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my simple GQL server

lib version

  • Ktor = 0.9.1
  • logback = 1.2.3
  • fuel = 1.12.1
  • kgraphql = 0.2.7
  • Koin = 0.8.2
  • squash = 0.2.2
  • H2 = 1.4.191 Embeddable database

coroutines "enable"

gql

{ humans(size:1000) { id, inn, lastName, firsName, middleName } }

links for read

https://github.com/pgutkowski/KGraphQL-NBA2012 http://adavis.info/2018/02/graphql-api-in-kotlin.html https://github.com/adavis/ufo-sightings-api https://www.prisma.io/blog/how-to-wrap-a-rest-api-with-graphql-8bf3fb17547d/

http://graphql-java.readthedocs.io/en/latest/schema.html https://habr.com/post/326986/ https://github.com/howtographql/graphql-java

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published