diff --git a/datanode/gateway/graphql/schema.graphql b/datanode/gateway/graphql/schema.graphql index 29c3d209aad..8511c462a75 100644 --- a/datanode/gateway/graphql/schema.graphql +++ b/datanode/gateway/graphql/schema.graphql @@ -6041,7 +6041,7 @@ type GameTeamScoreConnection { pageInfo: PageInfo } -"Connection type for retrieving cursory-based paginated game party score information" +"Connection type for retrieving cursor-based paginated game party score information" type GamePartyScoreConnection { "The game party scores in this connection" edges: [GamePartyScoreEdge!]