Skip to content

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

Notifications You must be signed in to change notification settings

Prabhakar-Naik/spring-boot-graphql-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages