Skip to content

saad2128/spring-with-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-with-graphql

To enable GraphQL Playground

query{
  orders{
    id
    customer{
      id
      firstName
      lastName
      email
    }
    salesperson{
      id
      firstName
      lastName
      email
    }
    orderLines{
      product{
        name
        variety
        size
        price
      }
      quantity
    }
  }
}

About

This project showcases the seamless integration of Spring Boot with GraphQL, enabling efficient and flexible querying capabilities for your Java applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages