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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
* GraphQL: Subscription support with Mercure (#3321)
8
8
* GraphQL: Allow to format GraphQL errors based on exceptions (#3063)
9
9
* GraphQL: Add page-based pagination (#3175)
10
+
* GraphQL: Possibility to add a custom description for queries, mutations and subscriptions (#3477, #3514)
10
11
* OpenAPI: Add PHP default values to the documentation (#2386)
11
12
* Deprecate using a validation groups generator service not implementing `ApiPlatform\Core\Bridge\Symfony\Validator\ValidationGroupsGeneratorInterface` (#3346)
'nominal standard type case with deprecation reason' => ['resourceClass', (newResourceMetadata('ShortName'))->withGraphql(['action' => ['deprecation_reason' => 'not useful']]), 'action', [], GraphQLType::string(), null,
146
+
'nominal standard type case with deprecation reason and description' => ['resourceClass', (newResourceMetadata('ShortName'))->withGraphql(['action' => ['deprecation_reason' => 'not useful', 'description' => 'Custom description.']]), 'action', [], GraphQLType::string(), null,
0 commit comments