Generate schema.json during build step prior to starting the server
64 views
Skip to first unread message
Raphael Hsieh
unread,
Feb 23, 2017, 6:57:10 PM2/23/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to graphql-java
Is there a way to generate my projects schema.json prior to starting the server via only Java?
I've seen that I can use an introspection(http://graphql.org/learn/introspection/) query to generate the schema.json, however that requires the graphql server to have been started first, so that I can run a query against it. Is there a way to generate the schema.json without needing to do this ?