在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):graphql-java-kickstart/graphql-java-tools开源软件地址(OpenSource Url):https://github.com/graphql-java-kickstart/graphql-java-tools开源编程语言(OpenSource Language):Kotlin 94.8%开源软件介绍(OpenSource Introduction):GraphQL Java ToolsThis 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! We are looking for contributors!Are you interested in improving our documentation, working on the codebase, reviewing PRs? Reach out to us on GitHub and join the team! Quick startUsing GradleSet the Kotlin version in your
Add the dependency: compile 'com.graphql-java-kickstart:graphql-java-tools:12.1.0' Using MavenSet the Kotlin version in your <properties>
<kotlin.version>1.6.21</kotlin.version>
</properties> Add the dependency: <dependency>
<groupId>com.graphql-java-kickstart</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>12.1.0</version>
</dependency> DocumentationTake a look at our documentation for more details. Why GraphQL Java Tools?
Known IssuesKnown issues are aggregated at the wiki. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论