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
- Host: GitHub
- URL: https://github.com/prabhakar-naik/spring-boot-graphql-app
- Owner: Prabhakar-Naik
- Created: 2024-05-11T11:03:50.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T13:30:58.000Z (11 months ago)
- Last Synced: 2025-02-14T13:42:28.914Z (2 months ago)
- Topics: crud-application, dbms-project, graphql, java, mongodb, mysql, oracle-database, restful-api, spring-boot, sql
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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