文件名称:spring-boot-api-with-graphql-example:用Spring Boot,Spring Data和GraphQl开发的Java应用程序示例
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-06 14:45:28
java graphql spring-boot spring-data-jpa Java
Spring启动,Spring数据和GRAPHQL示例。 mvn spring-boot:运行 突变 mutation newAuthor($input: String!) { newAuthor(name: $input) { id name } } mutation newPost($title: String!, $content: String!, $mmm: String!,) { newPost(title: $title, content: $content, author: $mmm) { id title content author { id, name } } } 询问 query findPosts { posts { id title
【文件预览】:
spring-boot-api-with-graphql-example-master
----mvnw.cmd(5KB)
----mvnw(6KB)
----src()
--------test()
--------main()
----README.md(922B)
----pom.xml(2KB)
----.gitignore(9B)