graphql-weaver
graphql-weaver copied to clipboard
GraphQL 15 compatibility
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.
introspectionQuery
has been deleted and replaced with getIntrospectionQuery
so, it not working for GraphQL 15