GitHub - SimoBkr/DGS-GraphQL-Server · GitHub
Skip to content

SimoBkr/DGS-GraphQL-Server

Folders and files

Repository files navigation

GraphQL DGS Shows Application

Overview

This application demonstrates how to use GraphQL with the DGS (Domain Graph Service) framework in a Maven project to fetch a list of shows. The main functionality allows querying shows with an optional title filter.

Features

  • Fetch a list of shows
  • Filter shows by title
  • Structured response with show details

Technologies Used

  • Spring boot
  • GraphQL DGS

GraphQL Schema (if applicable)

Query

type Query {
    shows(titleFilter: String): [Show]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages