Skip to content

Commit

Permalink
feat: add graphiql-bundle to use last graphiql ide
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Dec 1, 2023
1 parent 395f735 commit 851400f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
overblog_graphiql:
javascript_libraries:
graphiql: "3.0.10"
react: "18.2.0"
fetch: "3.6.19"
2 changes: 2 additions & 0 deletions overblog/graphiql-bundle/0.1/config/routes/dev/graphiql.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
overblog_graphiql:
resource: "@OverblogGraphiQLBundle/Resources/config/routing.xml"
8 changes: 8 additions & 0 deletions overblog/graphiql-bundle/0.1/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"bundles": {
"Overblog\\GraphiQLBundle\\OverblogGraphiQLBundle": ["dev"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}

0 comments on commit 851400f

Please sign in to comment.