Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 355 Bytes

File metadata and controls

8 lines (5 loc) · 355 Bytes

GraphQL Demo

This is a simple GraphQL demo application built with Spring Boot. It demonstrates how to create a GraphQL API using Spring Boot and GraphQL.

  • Demonstrates how to create a GraphQL API using Spring Boot and GraphQL.
  • Provides a simple example of how to define GraphQL schema and resolvers.
  • Uses an in-memory data store for simplicity.