Skip to content

Commit daf4d9f

Browse files
committed
PR feedback
1 parent f410b68 commit daf4d9f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can find and compare releases at the [GitHub release page](https://github.co
1111

1212
### Changed
1313

14-
- Allow omitting deprecated introspection arguments/fields for legacy servers
14+
- Allow omitting deprecated introspection arguments/fields for legacy servers https://github.com/webonyx/graphql-php/pull/1849
1515

1616
## v15.30.2
1717

src/Type/Introspection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
* - typeIsOneOf
5252
* Include field `isOneOf` for types?
5353
* Default: false
54+
*
5455
* @see \GraphQL\Tests\Type\IntrospectionTest
5556
*/
5657
class Introspection

tests/Type/IntrospectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2021,7 +2021,6 @@ public function testIncludeDescriptionFieldOnSchema(): void
20212021
self::assertCount(0, $matches[0]);
20222022
}
20232023

2024-
/** @see it('excludes deprecated fields and indicators when disabled') */
20252024
public function testExcludeDeprecatedFieldsAndIndicatorsWhenDisabled(): void
20262025
{
20272026
$source = Introspection::getIntrospectionQuery(['includeDeprecated' => false]);

0 commit comments

Comments
 (0)