Skip to content

Commit

Permalink
feat: add atoolo/graphql-search-bundle reciep
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Mar 6, 2024
1 parent bff151a commit fad2f03
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions atoolo/graphql-search-bundle/1.0/config/packages/graphql.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
overblog_graphql:
definitions:
schema:
query: RootQuery
mutation: RootMutation
mappings:
types:
- types: [yaml, graphql]
dir: "%kernel.project_dir%/vendor/atoolo/graphql-search-bundle/src/Resources/schema/defaults"
suffix: ~
8 changes: 8 additions & 0 deletions atoolo/graphql-search-bundle/1.0/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Atoolo\\GraphQL\\Search\\AtooloGraphQLSearchBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit fad2f03

Please sign in to comment.