Title
c

ckelley

11/24/2017, 3:50 AM
Hey all, has anyone had trouble downloading their schema definitions for existing projects? I converted a project just now, but when I download the .zip it's missing the src/ directory.
It looks like the export broke midway, i'm missing a types.graphql file. All that came out was graphcool.yml and .graphcoolrc
n

nilan

11/24/2017, 10:21 AM
the schema download is supposed to be one-time only. after that you're on your own with managing the service definition in source control, like git
c

ckelley

11/25/2017, 10:08 PM
@nilan of course - it's just that the schema download did not include all of the legacy files (like permissions, etc.)
do I need to manually set these up?