A walk in GraphQL

Day 4 exercise - Java

Read the instructions on the Day 4 exercise definition

HINT: Mutation objects are root GraphQL objects. They don’t have any associated “data” class. In such cases, the “resolver” class have to implement the GraphQLMutationResolver interface.

Requirements

Java 1.8 is required. Please look at here if you do not have it installed on your local environment.

Keep in mind

Run the server

See Java setup and run server

Run queries and mutations with Playground

See Testing GraphQL queries

Database

See Inspect the Database