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
2. Implement the [ServiceProvider](https://github.intuit.com/data-orchestration/stitching/blob/master/src/main/java/com/intuit/graphql/stitching/ServiceProvider.java) interface for the services you want to stitch.
24
-
25
-
3. Use the library in your code. Example:
26
-
```
27
-
// Build the stitcher with multiple services. Service interface in progress
28
-
final GraphQLOrchestrator orchestrator = GraphQLOrchestrator.newOrchestrator()
29
-
.instrumentations(Collections.emptyList())
30
-
.services(Collections.emptyList()) // Implemented in Step 2
0 commit comments