Adding a Service to an Existing Runtime
How do I add another service to an existing runtime ?
I have created this function which builds a new runtime, but I wonder if there is a simpler way:
My goal is to provide the user which initiated the request to the server runtime that were built when the server started. Then I can use this runtime in my graphql resolvers without having to provide the UserAccess.
I have created this function which builds a new runtime, but I wonder if there is a simpler way:
My goal is to provide the user which initiated the request to the server runtime that were built when the server started. Then I can use this runtime in my graphql resolvers without having to provide the UserAccess.
