hi.. im following
https://www.howtographql.com/graphql-js/2-queries/ tutorial
but i think there are some inconsistences.. like
"Now you just have to pass these resolvers when building the schema object with makeExecutableSchema:"
where that makeExecutableSchema is defined ? i suppose it comes from somewhere
on Testing with playground
how "connect" the schema created with the server ? or its magic/automatic
/me noobie, need babysteps instructions, not easy to follow if from step 1 jump to step 4 🙂
on the other hand.. many thanks for putting free resources!!