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
mbonnin
12/24/2023, 1:22 PM
Spring is JVM so you can use any GraphQL client
mbonnin
12/24/2023, 1:23 PM
If you're using the same process as the GraphQL api, you can also hook into datastore directly
y
yschimke
12/24/2023, 1:23 PM
Yep I would be.
m
mbonnin
12/24/2023, 1:24 PM
Then no need to do GraphQL, just get the data from Datastore?