Dukuo
06/02/2018, 11:48 PMserver.express.use('/voyager', voyagerMiddleware({ endpointUrl: '___GRAPHQLSERVER_OR_PRISMA_ENDPOINT___' }))
(note: use '/'
as the endpoint if you are targeting your server)
I'm a visual type of learner and this has helped to design my schemas in a much more intuitive way
Also, here's the repo https://github.com/APIs-guru/graphql-voyagerjeffbski
06/03/2018, 1:31 PM