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
@@ -62,6 +62,7 @@ type SubGraph struct {
type SubGraphs struct {
ID string `json:"id"`
MinDelaySeconds int `json:"minDelaySeconds"`
Sdl string `json:"sdl"`
SubGraphs []*SubGraph `json:"subGraphs"`
}