feat: initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
// Code generated by github.com/99designs/gqlgen, DO NOT EDIT.
|
||||
|
||||
package model
|
||||
|
||||
import (
|
||||
"time"
|
||||
)
|
||||
|
||||
type InputSubGraph struct {
|
||||
Ref string `json:"ref"`
|
||||
Service string `json:"service"`
|
||||
URL *string `json:"url"`
|
||||
WsURL *string `json:"wsUrl"`
|
||||
Sdl string `json:"sdl"`
|
||||
}
|
||||
|
||||
type SubGraph struct {
|
||||
ID string `json:"id"`
|
||||
Service string `json:"service"`
|
||||
URL *string `json:"url"`
|
||||
WsURL *string `json:"wsUrl"`
|
||||
Sdl string `json:"sdl"`
|
||||
ChangedBy string `json:"changedBy"`
|
||||
ChangedAt time.Time `json:"changedAt"`
|
||||
}
|
||||
Reference in New Issue
Block a user