ubie-oss / kotlin-graphql-sample

Sample implementation of Kotlin+Spring+GraphQL
https://ubie.life/
Apache License 2.0
87 stars 14 forks source link

Added name reference to drugs and diseases on GraphQL #12

Closed hkoketsu closed 5 years ago

hkoketsu commented 5 years ago

Different from the other pull request, this is the one for GraphQL. You can get the data of drugs and diseases on GraphiQL by name using drugsByName(name: String) or diseasesByName(name: String)