Graphql Resolver
(
defn
resolve
-
hello
[
context args value
]
(
str
"Hello World! 3"
"value:"
value
)
)