java-tutorials/graphql-modules/graphql-java/README.md

10 lines
348 B
Markdown
Raw Normal View History

## GraphQL Java
This module contains articles about GraphQL with Java
## Relevant articles:
- [Introduction to GraphQL](https://www.baeldung.com/graphql)
- [Make a Call to a GraphQL Service from a Java Application](https://www.baeldung.com/java-call-graphql-service)
2022-04-27 04:58:57 -04:00
- [Return Map from GraphQL](https://www.baeldung.com/java-graphql-return-map)