You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - With GraphQL, the [`isDeprecated` and `deprecationReason` properties](https://facebook.github.io/graphql/June2018/#sec-Deprecation) will be added to the schema
315
316
*/
316
317
protected ?string$deprecationReason = null,
318
+
protected ?array$headers = null,
317
319
protected ?array$cacheHeaders = null,
318
320
protected ?array$normalizationContext = null,
319
321
protected ?array$denormalizationContext = null,
@@ -1280,6 +1282,19 @@ public function withController(string $controller): self
0 commit comments