feat: add full SDL to SupGraph response
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user