Yoctol / fetch-graphql-schema

fetch GraphQL schema via introspection query
MIT License
27 stars 4 forks source link

SDL for multiple interfaces generated incorrectly #8

Open kurtharriger opened 5 years ago

kurtharriger commented 5 years ago

As of graphql v0.13.0-rc1 interfaces are separated with & instead of ","

https://github.com/graphql/graphql-js/commit/802e5186b56acee79ec4615c7f4161eb23abe5b3

As a result the SDL generated by fetch-graphql-schema does not work with latest graphql-tag library

TuringJest commented 2 years ago

@kurtharriger have you ever found an alternative for this now outdated package?