{ "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 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 bin/console graphql:dump-schema", " 3. If you want to have GraphiQL to browse your API run: composer req --dev overblog/graphiql-bundle" ] }, "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" } } }