remove stats from membership

This commit is contained in:
Laurent Le Houerou 2024-04-24 21:18:14 +04:00
parent 5624a07607
commit 57d157df6f
1 changed files with 1 additions and 1 deletions

View File

@ -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 {