9 lines
159 B
Go
9 lines
159 B
Go
|
package football
|
||
|
|
||
|
type NationalTeam struct {
|
||
|
Team
|
||
|
InternationalCompetition struct {
|
||
|
Slug string `graphql:"slug"`
|
||
|
} `graphql:"internationalCompetition"`
|
||
|
}
|