Files
symfony-flex-recipes-contrib/overblog.graphql-bundle.0.11.json
T
github-action[bot]andgithub-action[bot] 8067a9c5df Update Flex endpoint
2021-11-23 10:27:40 +00:00

56 lines
2.3 KiB
JSON

{
"manifests": {
"overblog/graphql-bundle": {
"manifest": {
"bundles": {
"Overblog\\GraphQLBundle\\OverblogGraphQLBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" 1. Define your schema, read documentation <comment>https://github.com/overblog/GraphQLBundle/blob/0.11/docs/definitions/index.md</>",
" 2. If you want to see your dumped schema (really not necessary for bootstrap): run <comment>bin/console graphql:dump-schema</comment>",
" 3. If you want to have GraphiQL to browse your API run: <comment>composer req --dev overblog/graphiql-bundle</comment>"
]
},
"files": {
"config/graphql/types/.gitignore": {
"contents": [
""
],
"executable": false
},
"config/packages/graphql.yaml": {
"contents": [
"overblog_graphql:",
" definitions:",
" schema:",
" query: Query",
" mappings:",
" auto_discover: false",
" types:",
" -",
" type: yaml",
" dir: \"%kernel.project_dir%/config/graphql/types\"",
" suffix: null",
""
],
"executable": false
},
"config/routes/graphql.yaml": {
"contents": [
"overblog_graphql_endpoint:",
" resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"",
""
],
"executable": false
}
},
"ref": "7b4f1ce797bc4a2421c4354b7ca462fc5e2e05de"
}
}
}