5 lines
107 B
Go
5 lines
107 B
Go
type Response struct {
|
|
RandomLeaf struct {
|
|
Typename *string `json:"__typename"`
|
|
} `json:"randomLeaf"`
|
|
} |