feat: add full SDL to SupGraph response

This commit is contained in:
2024-03-25 21:46:15 +01:00
parent be878a3f2a
commit 6cd3b935e4
5 changed files with 77 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ type Unchanged {
type SubGraphs {
id: ID!
minDelaySeconds: Int!
sdl: String!
subGraphs: [SubGraph!]!
}