Skip to content

Commit 4cb76e6

Browse files
authored
Merge pull request #127 from sshevlyagin/patch-1
Update README.md with dgs links
2 parents c565394 + be3a25f commit 4cb76e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ public class GraphQlConfig {
7070

7171
### Netflix DGS
7272

73-
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).
73+
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).
74+
75+
If you are using [Netflix DGS](https://netflix.github.io/dgs), please see the following docs:
76+
- [registration through runtime wiring](https://netflix.github.io/dgs/scalars/#register-scalar-extensions-via-dgsruntimewiring)
77+
- [configuration documentation](https://netflix.github.io/dgs/configuration/#dgs-extended-scalars-graphql-dgs-extended-scalars)
7478

7579
## How to add extended scalars to your schema
7680

0 commit comments

Comments
 (0)