idk if this helps but `createServer` is from the ...
# support-questions
z
idk if this helps but
createServer
is from the
http
lib, the
app
variable is the express app inside the
initApolloGraphqlServer
is where we register
apollo-server-express
as a middleware which is all good for http requests AND also where the subscription server is created separately