diff --git a/player259/graphql-bundle/1.0/config/routes/player259_graphql.yaml b/player259/graphql-bundle/1.0/config/routes/player259_graphql.yaml new file mode 100644 index 00000000..7b84bb54 --- /dev/null +++ b/player259/graphql-bundle/1.0/config/routes/player259_graphql.yaml @@ -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: / diff --git a/player259/graphql-bundle/1.0/manifest.json b/player259/graphql-bundle/1.0/manifest.json new file mode 100644 index 00000000..e42b89cb --- /dev/null +++ b/player259/graphql-bundle/1.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Player259\\GraphQLBundle\\Player259GraphQLBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}