Add recipe for player259/graphql-bundle (#1037)

Co-authored-by: player259 <>
This commit is contained in:
player259
2021-08-02 20:00:33 +02:00
committed by GitHub
co-authored by player259 <>
parent b888146bd3
commit b9b880ac73
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,5 @@
# Read the documentation: https://github.com/player259/graphql-bundle/blob/master/Resources/doc/index.rst#installation
# Resource file contains single /graphql action
player259_graphql:
resource: '@Player259GraphQLBundle/Resources/config/routing.xml'
prefix: /
@@ -0,0 +1,8 @@
{
"bundles": {
"Player259\\GraphQLBundle\\Player259GraphQLBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}