-
| Suppose you have multiple subgraphs that use similar GraphQL schemas. Is there any way to reuse does The Graph support this |
Beta Was this translation helpful? Give feedback.
Answered by PaulRBerg May 11, 2025
Replies: 1 comment 3 replies
-
| Yes, you can import schemas from other subgraphs with subgraph composition (up to a maximum of 5 subgraphs) using this method here: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
I think I found the solution - Schema Merging using
@graphql/toolspackages.