An open API service indexing awesome lists of open source software.

https://github.com/prabhakar-naik/spring-boot-graphql-app

The "spring-boot-graphql-app" is a Spring Boot application that integrates GraphQL, a query language for APIs, with Spring Boot's web framework. It allows clients to query and manipulate data using a single endpoint and a flexible schema. This project showcases how to define GraphQL queries, mutations, and subscriptions, as well as how to map them
https://github.com/prabhakar-naik/spring-boot-graphql-app

crud-application dbms-project graphql java mongodb mysql oracle-database restful-api spring-boot sql

Last synced: 16 days ago
JSON representation

The "spring-boot-graphql-app" is a Spring Boot application that integrates GraphQL, a query language for APIs, with Spring Boot's web framework. It allows clients to query and manipulate data using a single endpoint and a flexible schema. This project showcases how to define GraphQL queries, mutations, and subscriptions, as well as how to map them

Awesome Lists containing this project

README

        

# spring-boot-graphql-app

The "spring-boot-graphql-app" is a Spring Boot application that integrates GraphQL, a query language for APIs, with Spring Boot's web framework. It allows clients to query and manipulate data using a single endpoint and a flexible schema. This project showcases how to define GraphQL queries, mutations, and subscriptions, as well as how to map them to Java methods for data fetching and manipulation, providing a modern and efficient approach to building APIs with Spring Boot and GraphQL.

spring-boot-graphql-app