Daniel Zhang
09/14/2022, 10:36 PMServerRequest
manually that I can pass into SpringGraphQLServer.execute()? I'm trying to essentially "warm up" my GraphQL microservice by autowiring SpringGraphQLServer
and manually executing queries within the application itself. Is this possible to do?Dariusz Kuc
09/15/2022, 12:49 AMDariusz Kuc
09/15/2022, 12:50 AMDaniel Zhang
09/27/2022, 6:39 PMServerRequest
for my use case. It seems a lot easier to create `ExecutionInput`s and then just do GraphQL.execute()
directly