Skip to content

Instantly share code, notes, and snippets.

@aronbalog
Created May 6, 2018 02:05
Show Gist options
  • Save aronbalog/c32caa461b7f64941fdf8caaff4c0bf6 to your computer and use it in GitHub Desktop.
Save aronbalog/c32caa461b7f64941fdf8caaff4c0bf6 to your computer and use it in GitHub Desktop.
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