Skip to content

arisonx/spring-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Graphql


About

In this project I learned about how to implement a graphql Api in Java Spring.

Usage

mutations


addCategory : Insert a new category
addProducts : Insert a new Product

Queries


categoryById : Returns a category by id 
products     : Returns all products and their categories
categories   : Returns all categories

A screenshot with codes showing how the graphql service worksn

A screenshot with codes showing how the graphql service worksn

About

Spring Graphql Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages