
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@exogee/graphweaver-apollo-client
Advanced tools
Useful helpers for working with Apollo Client and Graphweaver
@exogee/graphweaver-apollo-clientUseful helpers for working with Apollo Client and Graphweaver.
The package currently only exposes a single function (addTypePolicies) that will generate a working Apollo Client Type Policy for the Graphweaver entities.
To use it:
import { generateTypePolicies } from '@exogee/graphweaver-apollo-client';
import { InMemoryCache } from '@apollo/client';
const cache = new InMemoryCache();
const entityNames = ['Users', 'Tasks'];
const typePolicies = generateTypePolicies(entityNames);
cache.policies.addTypePolicies(typePolicies);
This policy does two things when looping through all the entities in the schema it:
Comprehensive documentation and usage examples can be found on our Docs Site. It covers installation instructions, detailed API documentation, and guides to help you get started with Graphweaver.
graphweaverThe Graphweaver Command Line Interface (CLI) tool enables you to set up and manage Graphweaver using commands in your command-line shell. Check the graphweaver npm package here.
FAQs
Useful helpers for working with Apollo Client and Graphweaver
The npm package @exogee/graphweaver-apollo-client receives a total of 188 weekly downloads. As such, @exogee/graphweaver-apollo-client popularity was classified as not popular.
We found that @exogee/graphweaver-apollo-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.