diff --git a/datanode/gateway/graphql/schema.graphql b/datanode/gateway/graphql/schema.graphql index 98c69b8574b..29c3d209aad 100644 --- a/datanode/gateway/graphql/schema.graphql +++ b/datanode/gateway/graphql/schema.graphql @@ -1128,7 +1128,7 @@ type Query { pagination: Pagination ): GameTeamScoreConnection - "Get a list of current game party orders. If provided, the filter will be applied to the list of games/parties to restrict the results." + "Get a list of current game party scores. If provided, the filter will be applied to the list of games/parties to restrict the results." gamePartyScores( "Optional filter to restrict the results of the list." filter: GamePartyScoreFilter