Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
com.graphql-java-kickstart:graphql-java-tools
Advanced tools
Tools to help map a GraphQL schema to existing Java objects.
This library allows you to use the GraphQL schema language to build your graphql-java schema. Inspired by graphql-tools, it parses the given GraphQL schema and allows you to BYOO (bring your own object) to fill in the implementations. GraphQL Java Tools works well if you already have domain POJOs that hold your data (e.g. for RPC, ORM, REST, etc) by allowing you to map these "magically" to GraphQL objects.
GraphQL Java Tools aims for seamless integration with Java, but works for any JVM language. Try it with Kotlin!
Are you interested in improving our documentation, working on the codebase, reviewing PRs?
Reach out to us on GitHub and join the team!
Set the Kotlin version in your gradle.properties
:
kotlin.version=2.0.20
Add the dependency:
compile 'com.graphql-java-kickstart:graphql-java-tools:14.0.0'
Set the Kotlin version in your <properties>
section:
<properties>
<kotlin.version>2.0.20</kotlin.version>
</properties>
Add the dependency:
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>14.0.0</version>
</dependency>
Take a look at our documentation for more details.
FAQs
Tools to help map a GraphQL schema to existing Java objects.
We found that com.graphql-java-kickstart:graphql-java-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.