test, and clean up, support for __typename
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
user {
|
||||
__typename
|
||||
id
|
||||
}
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
type Response struct {
|
||||
User *struct {
|
||||
Typename *string `json:"__typename"`
|
||||
Id string `json:"id"`
|
||||
} `json:"user"`
|
||||
}
|
||||
Reference in New Issue
Block a user