wesbos
04/19/2018, 7:02 PMnikolasburk
makeExecutableSchema
returns an instance of GraphQLSchema
that also contains resolvers, meaning you can send queries and mutations to it:
graphql(anExecutableSchema, query).then(result => console.log(result))
nikolasburk
wesbos
04/19/2018, 7:05 PMwesbos
04/19/2018, 7:07 PMwesbos
04/19/2018, 7:07 PMwesbos
04/19/2018, 7:07 PMnilan
04/19/2018, 7:08 PMnilan
04/19/2018, 7:08 PMwesbos
04/19/2018, 7:08 PMwesbos
04/19/2018, 7:08 PMwesbos
04/19/2018, 7:08 PM