We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee97bc commit 2a45752Copy full SHA for 2a45752
src/Metadata/Tests/Extractor/ResourceMetadataCompatibilityTest.php
@@ -171,6 +171,7 @@ final class ResourceMetadataCompatibilityTest extends TestCase
171
'type' => 'foo_type',
172
],
173
174
+ 'errors' => null,
175
'graphQlOperations' => [
176
[
177
'args' => [
@@ -510,6 +511,7 @@ final class ResourceMetadataCompatibilityTest extends TestCase
510
511
'openapi',
512
'paginationViaCursor',
513
'stateOptions',
514
+ 'errors',
515
'links',
516
'rules',
517
'headers',
0 commit comments