diff --git a/src/content/code/language-support/java-kotlin-android/server/graphql-java-kickstart.md b/src/content/code/language-support/java-kotlin-android/server/graphql-java-kickstart.md new file mode 100644 index 0000000000..78d3dd62ec --- /dev/null +++ b/src/content/code/language-support/java-kotlin-android/server/graphql-java-kickstart.md @@ -0,0 +1,20 @@ +--- +name: GraphQL Spring Boot +description: GraphQL Spring Boot from GraphQL Java Kickstart +url: https://www.graphql-java-kickstart.com/ +github: graphql-java-kickstart/graphql-spring-boot +--- + +The GraphQL Spring Boot turns any Spring Boot application into a GraphQL Server + + +Started includes features such as: + +* Use a schema-driven API with the help of [GraphQL Java Tools](https://github.com/graphql-java-kickstart/graphql-java-tools) +* Optionally choose to use an annotation driven schema with the help of [GraphQL-Java Annotations](https://github.com/Enigmatis/graphql-java-annotations) +* Embedded [GraphiQL](https://github.com/graphql/graphiql) tool for schema introspection and query debugging +* Embedded [GraphQL Playground](https://github.com/prisma/graphql-playground) tool for schema introspection and query debugging +* Embedded the [GraphQL Voyager](https://github.com/APIs-guru/graphql-voyager) tool to represent your GraphQL API as an interactive graph + + +See [GraphQL Java Kickstart Getting Started](https://www.graphql-java-kickstart.com/spring-boot/getting-started/) for how to get started. \ No newline at end of file diff --git a/src/content/code/language-support/java-kotlin-android/server/netflix-dgs.md b/src/content/code/language-support/java-kotlin-android/server/netflix-dgs.md new file mode 100644 index 0000000000..eaa99e95e6 --- /dev/null +++ b/src/content/code/language-support/java-kotlin-android/server/netflix-dgs.md @@ -0,0 +1,23 @@ +--- +name: Domain Graph Service (DFS) Framework +description: The DGS Framework (Domain Graph Service) is a GraphQL server framework for Spring Boot, developed by Netflix. +url: https://netflix.github.io/dgs/ +github: netflix/dgs-framework +--- + +The DGS Framework (Domain Graph Service) is a GraphQL server framework for Spring Boot, developed by Netflix. + + +Features include: + +* Annotation based Spring Boot programming model +* Test framework for writing query tests as unit tests +* Gradle Code Generation plugin to create types from schema +* Easy integration with GraphQL Federation +* Integration with Spring Security +* GraphQL subscriptions (WebSockets and SSE) +* File uploads +* Error handling +* Many extension points + +See [DGS Framework Getting Started](https://netflix.github.io/dgs/getting-started/) for how to get started. \ No newline at end of file