include alias even if we don't need it
This commit is contained in:
@@ -23,7 +23,7 @@ type getViewerResponse struct {
|
||||
}
|
||||
|
||||
type getViewerViewerUser struct {
|
||||
MyName string
|
||||
MyName string `json:"MyName"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user