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

GraphQL 15 compatibility

Open tommy5dollar opened this issue 4 years ago • 1 comments

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.

tommy5dollar avatar Jun 29 '20 16:06 tommy5dollar

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

huuthan avatar Nov 05 '20 10:11 huuthan