Skip to content

Bug: Baseball Team "New York Mets" Appears in Football Clubs Query #682

@Gismooo

Description

@Gismooo

Description

The GraphQL query for football clubs is returning a baseball team in its results.

Query

query {
football {
clubsReady {
slug
name
}
}
}

Issue

The query results include:
{
"slug": "new-york-mets",
"name": "New York Mets"
}

Problem: The New York Mets are a Major League Baseball (MLB) team, not a football/soccer club.

Expected Behavior

The football.clubsReady query should only return football/soccer clubs and should not include teams from other sports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions