Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.