graphql-let icon indicating copy to clipboard operation
graphql-let copied to clipboard

Can't locally generate stored version of remote schema

Open mcabrams opened this issue 2 years ago • 1 comments

Looking to locally generate an identical version of remote schema - normally this would be possible using the schema-ast plugin, but I believe due to the limitations in graphql-let related to not having generates field and not supporting output-file level configuration this isn't possible? Any idea on how it could be achieved in a different way using graphql-let?

mcabrams avatar Aug 12 '21 15:08 mcabrams

What would be the less awful manual way? Maybe make a script to download the schema locally first?

kyuumeitai avatar Feb 01 '22 03:02 kyuumeitai