Skip to content

Create a dedicated configuration class for GraphQL: Configure a GraphQLConfig class where you define the GraphQL schema, including resolvers for handling queries. Add necessary dependencies: Include the graphql-java-kickstart dependency to enable GraphQL support in your Spring Boot application.

Notifications You must be signed in to change notification settings

AnassAI/SpringBoot-Microservice-GraphQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-Microservice-GraphQL

Create a dedicated configuration class for GraphQL: Configure a GraphQLConfig class where you define the GraphQL schema, including resolvers for handling queries. Add necessary dependencies: Include the graphql-java-kickstart dependency to enable GraphQL support in your Spring Boot application.

1. Overview of GraphQL and RESTful concepts

GraphQL and RESTful Image 1

2. Testing scenarios in progress

GraphQL and RESTful Image 10 (Testing)

3. Projecting data in RESTful API

GraphQL and RESTful Image 11 (Projection)

4. Testing projection in GraphQL

GraphQL and RESTful Image 12 (Testing Projection)

5. Testing API with DTO (Data Transfer Object)

GraphQL and RESTful Image 13 (Testing API AddAccount With DTO)

6. Testing DTO with Mapper in RESTful API

GraphQL and RESTful Image 14 (Testing DTO With Mapper)

7. Introducing GraphQL for efficient data retrieval

GraphQL and RESTful Image 16 (GraphQL)

8. Testing GraphQL queries for data retrieval

GraphQL and RESTful Image 17 (Testing GraphQL Query)

9. General testing of RESTful API

GraphQL and RESTful Image 18 (Testing)

10. Handling ID not found exception in testing

GraphQL and RESTful Image 19 (Testing ID Not Found Exception)

11. Overview of GraphQL and RESTful concepts

GraphQL and RESTful Image 2

12. Executing mutation in GraphQL

GraphQL and RESTful Image 20 (Mutation)

13. Using variables in GraphQL mutation

GraphQL and RESTful Image 21 (Mutation Using Variables)

14. Detailed view of a Customer in GraphQL

GraphQL and RESTful Image 22 (Customer)

15. Overview of GraphQL and RESTful concepts

GraphQL and RESTful Image 24

16. Overview of GraphQL and RESTful concepts

GraphQL and RESTful Image 3

17. Overview of GraphQL and RESTful concepts

GraphQL and RESTful Image 4

18. Overview of GraphQL and RESTful concepts

GraphQL and RESTful Image 5

19. Overview of GraphQL and RESTful concepts

GraphQL and RESTful Image 6

20. Overview of GraphQL and RESTful concepts

GraphQL and RESTful Image 7

21. Adding dependence in a Web Service Generique

GraphQL and RESTful Image 8 (Add Dependence Web Service Generique)

22. Testing with Spring Data Rest

GraphQL and RESTful Image 9 (Test Spring Data Rest)

About

Create a dedicated configuration class for GraphQL: Configure a GraphQLConfig class where you define the GraphQL schema, including resolvers for handling queries. Add necessary dependencies: Include the graphql-java-kickstart dependency to enable GraphQL support in your Spring Boot application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages