From 57d157df6f63f14fc47b55d4b1c9b4e13727e52f Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Wed, 24 Apr 2024 21:18:14 +0400 Subject: [PATCH] remove stats from membership --- football/player.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {