File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 5151 * - typeIsOneOf
5252 * Include field `isOneOf` for types?
5353 * Default: false
54+ *
5455 * @see \GraphQL\Tests\Type\IntrospectionTest
5556 */
5657class Introspection
Original file line number Diff line number Diff 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 ]);
You can’t perform that action at this time.
0 commit comments