You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: subservice-languages/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Subservice languages
2
2
3
-
A stitched gateway is unconcerned with what programming language(s) subservices use as long as they can provide an annotated SDL and fulfill their schema contract. The examples below demonstrate setting up stitching SDLs using a variety of languages and tools.
3
+
A stitched gateway that is [configured by SDL directives](https://www.graphql-tools.com/docs/stitch-directives-sdl) is unconcerned with what programming language(s) subservices use as long as they can provide an annotated SDL and fulfill that schema contract. The examples below demonstrate setting up stitching SDLs using a variety of languages and tools.
4
4
5
5
When using [static JavaScript stitching config](https://www.graphql-tools.com/docs/stitch-type-merging), subservices don't even need to provide an annotated SDL, at which time no special subservice setup is necessary.
0 commit comments