Join Slack
Powered by
Is there a recommended way to generate an introspe...
# orm-help
a
Alex
04/11/2019, 3:37 PM
Is there a recommended way to generate an introspection.json file without a running server?
h
Harshit
04/11/2019, 4:33 PM
Are you talking about introspection of a graphql endpoint or introspecting a database for usage in prisma?
a
Alex
04/11/2019, 4:53 PM
first first, introspection of a graphql endpoint. I’m using a combination of prisma codegen and
https://graphql-code-generator.com
h
Harshit
04/12/2019, 2:23 PM
You setup is fine, I would also use something like apollo cli or graphql-code-generator for this purpose
👍 1
a
Alex
04/12/2019, 2:34 PM
thanks for the feedback, it does work quite nice so far
3
Views
Open in Slack
Previous
Next