AEB-labs / graphql-weaver

A tool to combine, link and transform GraphQL schemas
MIT License
240 stars 20 forks source link

GraphQL 15 compatibility #67

Open tommy5dollar opened 4 years ago

tommy5dollar commented 4 years ago

Should this package work fine with GraphQL 15? I'm encountering some issues since upgrading but haven't managed to figure out precisely what the issues are yet.

Are there fundamental changes in GraphQL 15 that make weaver unworkable? We've been using weaver for a couple of years and have recently investigated moving to graphql-tool's WrapType but that only seems to support queries and not mutations.

Thanks in advance.

huuthan commented 3 years ago

introspectionQuery has been deleted and replaced with getIntrospectionQuery so, it not working for GraphQL 15