Skip to content

Commit 4251af6

Browse files
committed
Adapt description of connection type to relay-js
1 parent d197e81 commit 4251af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql_relay/connection/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def connection_definitions(
118118
fields=lambda: {
119119
"pageInfo": GraphQLField(
120120
GraphQLNonNull(page_info_type),
121-
description="The Information to aid in pagination",
121+
description="Information to aid in pagination.",
122122
),
123123
"edges": GraphQLField(
124124
GraphQLList(edge_type), description="A list of edges."

0 commit comments

Comments
 (0)