File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -433,8 +433,8 @@ You can use `@Access` and/or `@IsPublic` on a provider class to add default acce
433433Optional attributes:
434434
435435- ** prefix** : A prefix to apply to all field names from this provider
436- - ** targetTypeQuery ** : The default GraphQL type(s) to attach the provider ` @Query ` to
437- - ** targetTypeMutation ** : The default GraphQL type(s) to attach the provider ` @Mutation ` to
436+ - ** targetQueryTypes ** : The default GraphQL type(s) to attach the provider ` @Query ` to
437+ - ** targetMutationTypes ** : The default GraphQL type(s) to attach the provider ` @Mutation ` to
438438
439439## @Query
440440
Original file line number Diff line number Diff line change 1313final class Query extends Field
1414{
1515 /**
16- * @deprecated
1716 * @var array<string>
17+ *
18+ * @deprecated This property is deprecated since 1.0 and will be removed in 1.1. Use $targetTypes instead.
1819 */
1920 public array $ targetType ;
2021
You can’t perform that action at this time.
0 commit comments