Skip to content

fpmoles/kata-spring-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kata: Spring Boot and GraphQL

A simple kata for building a functioning GraphQL API using Spring Boot.

Operations

Build

$ mvn clean package

Execution

$ java -jar target/firearms-graphhql-0.0.1-SNAPSHOT.jar

Testing

Using external GraphQL Playground:

http://localhost:8080/graphql

Using built in electron app http://localhost:8080/graphiql

Notes

  • entity field names must match schema
  • controller method names must match schema (or overridden in annotation)

About

An exercise using Spring Boot with GraphQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages