has anyone done some automated editing of graphql files? I have lots of files and lots of changes to do, like renaming & co, and I have a config for these changes but would like to not do them manually, specially since I might have to re-do them again a few more times. I thought that if the lacinia parser was able then to spit out a graphql file again I could transform that data structure, but I can't see anything in lacinia to spit out a graphql file again from the parsed object.
actually a more crude way would be to just edit manually and store a patch, which hopefully can be reapplied
You may want this for emitting .graphql https://github.com/green-labs/tools.graphql?tab=readme-ov-file#convert-edn-schema-to-sdl