We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d197e81 commit 4251af6Copy full SHA for 4251af6
src/graphql_relay/connection/connection.py
@@ -118,7 +118,7 @@ def connection_definitions(
118
fields=lambda: {
119
"pageInfo": GraphQLField(
120
GraphQLNonNull(page_info_type),
121
- description="The Information to aid in pagination",
+ description="Information to aid in pagination.",
122
),
123
"edges": GraphQLField(
124
GraphQLList(edge_type), description="A list of edges."
0 commit comments