I was looking at resizing images. I'd like to mak...
# confetti
y
I was looking at resizing images. I'd like to make the REST API simple, say passing in conferenceId and speakerId, instead of being open to any old url on the interwebs. Can the Spring server execute (typed?) GraphQL itself?
m
Spring is JVM so you can use any GraphQL client
If you're using the same process as the GraphQL api, you can also hook into datastore directly
y
Yep I would be.
m
Then no need to do GraphQL, just get the data from Datastore?
👍🏻 1