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