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 3acedd1 commit 6820239Copy full SHA for 6820239
tests/GraphQl/Type/FieldsBuilderTest.php
@@ -334,7 +334,7 @@ public function collectionQueryFieldsProvider(): array
334
'args' => [
335
'page' => [
336
'type' => GraphQLType::int(),
337
- 'description' => 'The current page.',
+ 'description' => 'Returns the current page.',
338
],
339
'boolField' => $graphqlType,
340
'boolField_list' => GraphQLType::listOf($graphqlType),
0 commit comments