From b9b880ac73e937128475e86153cefac6f47baeaf Mon Sep 17 00:00:00 2001 From: player259 <3974262+player259@users.noreply.github.com> Date: Mon, 2 Aug 2021 20:00:33 +0200 Subject: [PATCH] Add recipe for player259/graphql-bundle (#1037) Co-authored-by: player259 <> --- .../1.0/config/routes/player259_graphql.yaml | 5 +++++ player259/graphql-bundle/1.0/manifest.json | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 player259/graphql-bundle/1.0/config/routes/player259_graphql.yaml create mode 100644 player259/graphql-bundle/1.0/manifest.json 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%/" + } +}