oca-technical/odoo-bringout-oca-rest-framework-graphql_base/graphql_base/__manifest__.py
2025-08-29 15:43:03 +02:00

18 lines
602 B
Python

# Copyright 2018 ACSONE SA/NV
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "Graphql Base",
"summary": """
Base GraphQL/GraphiQL controller""",
"version": "16.0.1.0.1",
"license": "LGPL-3",
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/rest-framework",
"depends": ["base"],
"data": ["views/graphiql.xml"],
"external_dependencies": {"python": ["graphene", "graphql_server"]},
"development_status": "Production/Stable",
"maintainers": ["sbidoul"],
"installable": True,
}