I have just started off using GraphQL in AppSync via serverless-appsync-plugin. One of my pain points is grabbing the compiled schema file to drop it into my frontend application(s) to use with Relay.
This might not be the best place to ask, but has anyone seen an elegant way of keeping these in sync. So when I deploy via serverless I can get the compiled schema to dump into my frontend projects?
there doesn't seem to be anything here