redo type naming
This commit is contained in:
+2
-2
@@ -9,10 +9,10 @@ import (
|
||||
)
|
||||
|
||||
type QueryWithAliasResponse struct {
|
||||
User *User
|
||||
User *QueryWithAliasUser
|
||||
}
|
||||
|
||||
type User struct {
|
||||
type QueryWithAliasUser struct {
|
||||
ID string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user