diff --git a/football/player.go b/football/player.go index 24d2891..034cbad 100644 --- a/football/player.go +++ b/football/player.go @@ -67,7 +67,7 @@ type Membership struct { Slug string `graphql:"slug"` } `graphql:"... on NationalTeam"` } `graphql:"membershipTeam"` - Stats []MembershipStats `graphql:"stats"` + //Stats []MembershipStats `graphql:"stats"` } type Player struct {