From 5290d7ab8733331674029cfb3337707960864461 Mon Sep 17 00:00:00 2001 From: KevinGilmore Date: Tue, 1 Feb 2022 21:52:22 -0600 Subject: [PATCH] BAEL-5308: add link back to article (#11764) --- graphql/graphql-dgs/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 graphql/graphql-dgs/README.md diff --git a/graphql/graphql-dgs/README.md b/graphql/graphql-dgs/README.md new file mode 100644 index 0000000000..6614891b31 --- /dev/null +++ b/graphql/graphql-dgs/README.md @@ -0,0 +1,7 @@ +## GraphQL Domain Graph Service (DGS) + +This module contains articles about GraphQL using the Netflix Domain Graph Service (DGS). + +## Relevant articles: + +- [An Introduction to Domain Graph Service (DGS) Framework](https://www.baeldung.com/spring-boot-domain-graph-service)