Skip to content

Spring Boot project with GraphQL with query, mutation and subscription

Notifications You must be signed in to change notification settings

waqasdilawar/spring-boot-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL with Spring Boot - Demo URL

Available Operations

Following operations are available:

  • Query { findAllApplications{ id owner description } }
  • Mutation mutation{ newApplication(name: "test", owner: "waqas", description: "desc") { id name description } }
  • Subscription subscription { getRandomValue(symbol: "GOOG") }

About

Spring Boot project with GraphQL with query, mutation and subscription

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages