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

A tool to combine, link and transform GraphQL schemas

Results 23 graphql-weaver issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [apollo-server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server) from 2.25.1 to 2.25.3. Changelog Sourced from apollo-server's changelog. v2.25.3 ⚠️ SECURITY apollo-server-core: Update default version of the GraphQL Playground React app loaded from the CDN to be...

dependencies

Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.5 to 0.11.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=object-path&package-manager=npm_and_yarn&previous-version=0.11.5&new-version=0.11.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

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...

`introspectionQuery` has been deleted and replaced with `getIntrospectionQuery` so, please update to working for graphql 15.4.0

I'm not able to call `link` without getting the error "Cannot read property 'map' of undefined" in graphql-tools AddArgumentsAsVariables (in `addVariablesToRootFields`, which calls `operation.variableDefinitions.map()`). The issue seems to originate from...

I want to camelize field and argument names, I thought it was simple, just renaming the snake-style fields to camel-style. So I wrote a custom module as the following: ```...

help wanted