
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
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.1.20
Add the dependency:
compile 'com.graphql-java-kickstart:graphql-java-tools:14.0.1'
Set the Kotlin version in your <properties>
section:
<properties>
<kotlin.version>2.1.20</kotlin.version>
</properties>
Add the dependency:
<dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>14.0.1</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.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.