Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.08 KB

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