waqasdilawar / spring-boot-graphql

Spring Boot project with GraphQL with query, mutation and subscription

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 100.0%