Hey people, just wanted to share my enthusiasm in ...
# orm-help
d
Hey people, just wanted to share my enthusiasm in using GraphQL Voyager to visualize both the GraphQL Server API and the Prisma Server APIs by just `yarn add graphql-voyager -D`'ing and then adding it as a middleware in your server init like
Copy code
server.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-voyager
❤️ 1
👍 3
fast parrot 1
j
@Dukuo graphql-voyager looks awesome. Thanks for sharing that.
fast parrot 1