@@ -110,7 +110,7 @@ func NewCmdList(f *cmdutil.Factory) *cobra.Command {
|
||||
func(data json.RawMessage) (*api.Connection[webhookEvent], error) {
|
||||
var resp struct {
|
||||
Node *struct {
|
||||
Typename string `json:"__typename"`
|
||||
Typename string `json:"__typename"`
|
||||
Events api.Connection[webhookEvent] `json:"events"`
|
||||
} `json:"node"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user