Skip to content

kcjdg/graphql-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-spring CircleCI

A demo for spring boot project which uses graphql they call it a new rest.

Graphiql in-brower tool for GraphiQL queries. GraphiQL

Below are sample request on how to use graphql queries

  • Using application/graphql
    • mutation GraphiQL-Mutation
    • query GraphiQL-Query
  • Using application/json GraphiQL-Query-JSON
  • Query using parameters GraphiQL-Query-PARAM