Skip to content

Commit

Permalink
Removed deprecated resolver_maps configuration option usage
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs committed Dec 28, 2024
1 parent fd68e87 commit ccfd4dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public function getSchemaConfiguration()
return [
'query' => $this->getQuerySchema(),
'mutation' => $this->getMutationSchema(),
'resolver_maps' => [UploadMap::class],
'types' => ['UntypedContent'],
];
}
Expand Down
5 changes: 4 additions & 1 deletion src/bundle/Resources/config/services/resolvers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,7 @@ services:
- { name: overblog_graphql.mutation, alias: "DeleteDomainContent", method: "deleteDomainContent" }
- { name: overblog_graphql.mutation, alias: "UpdateDomainContent", method: "updateDomainContent" }

Ibexa\GraphQL\Resolver\Map\UploadMap: ~
Ibexa\GraphQL\Resolver\Map\UploadMap:
tags:
- name: overblog_graphql.resolver_map
schema: default

0 comments on commit ccfd4dc

Please sign in to comment.