From be3a25f8913ff7891c8901143f4b08bf4491032f Mon Sep 17 00:00:00 2001 From: Sergei Shevlyagin Date: Wed, 27 Dec 2023 09:10:42 -0800 Subject: [PATCH] Update README.md with dgs links Added more DGS links to help initial setup --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 082ff1b..0885552 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,11 @@ public class GraphQlConfig { ### Netflix DGS -If you are using [Netflix DGS](https://netflix.github.io/dgs), please see their [configuration documentation](https://netflix.github.io/dgs/configuration/#dgs-extended-scalars-graphql-dgs-extended-scalars). +Note: Netflix also wraps this library in `com.netflix.graphql.dgs:graphql-dgs-extended-scalars` for [automatic registration](https://netflix.github.io/dgs/scalars/#automatically-register-scalar-extensions-via-graphql-dgs-extended-scalars). + +If you are using [Netflix DGS](https://netflix.github.io/dgs), please see the following docs: + - [registration through runtime wiring](https://netflix.github.io/dgs/scalars/#register-scalar-extensions-via-dgsruntimewiring) + - [configuration documentation](https://netflix.github.io/dgs/configuration/#dgs-extended-scalars-graphql-dgs-extended-scalars) ## How to add extended scalars to your schema