Created
May 6, 2018 02:05
-
-
Save aronbalog/c32caa461b7f64941fdf8caaff4c0bf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.example.demo.graphql | |
import com.coxautodev.graphql.tools.GraphQLQueryResolver | |
import org.springframework.stereotype.Component | |
@Component | |
class Query: GraphQLQueryResolver { | |
fun version() = "1.0.0" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment