what does makeExecutableSchema make? An AST?
# orm-help
w
what does makeExecutableSchema make? An AST?
n
makeExecutableSchema
returns an instance of
GraphQLSchema
that also contains resolvers, meaning you can send queries and mutations to it:
Copy code
graphql(anExecutableSchema, query).then(result => console.log(result))
w
thank you
bah - the npm package isn’t the same as the github
thats why i was confused
thanks everyone
n
can you elaborate?
which npm package and github?
w
they only recently added the ablilty to pass in your own schema
but it’s not on npm yet