unions are easy too, sorta
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
type Response struct {
|
||||
RandomLeaf struct {
|
||||
Typename *string `json:"__typename"`
|
||||
} `json:"randomLeaf"`
|
||||
}
|
||||
Reference in New Issue
Block a user