Files
symfony-flex-recipes-contrib/overblog.graphql-bundle.0.12.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

54 lines
2.4 KiB
JSON

{
"locks": {
"overblog/graphql-bundle": {
"version": "0.12",
"recipe": {
"repo": "0.12",
"branch": "master",
"version": "0.12",
"ref": "b122f3bfcfc0706c617a74afa8510af4799810f6"
}
}
},
"manifests": {
"overblog/graphql-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "overblog/graphql-bundle",
"version": "0.12",
"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/master/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/routes/graphql.yaml": {
"contents": "overblog_graphql_endpoint:\n resource: \"@OverblogGraphQLBundle/Resources/config/routing/graphql.yml\"\n",
"executable": false,
"encoding": ""
},
"config/graphql/types/.gitignore": {
"contents": "",
"executable": false,
"encoding": ""
},
"config/packages/graphql.yaml": {
"contents": "overblog_graphql:\n definitions:\n schema:\n query: Query\n mappings:\n types:\n -\n type: yaml\n dir: \"%kernel.project_dir%/config/graphql/types\"\n suffix: null\n",
"executable": false,
"encoding": ""
}
},
"origin": "overblog/graphql-bundle:0.12@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}