Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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