odoo_graphql
odoo_graphql copied to clipboard
Graphql Generic integration in Odoo
Currently it's only possible to call search and write. For mutation you may want to invoke a different method, for example `action_post` on `account.move`. Perhaps an additional argument named `method`...
@divad1196 Does deleting records work when using this graphql api? I found contradictory statements browsing through tickets and pull requests. In the pr #8 you mentioned "Especially, delete does not...
These changes are made to answer the issue https://github.com/divad1196/odoo_graphql/issues/37 . This is a backport of https://github.com/divad1196/odoo_graphql/pull/38
Good afternoon. I need your advice as a developer. We have a website, we use Apollo. Through API requests we get data from the odoo database. We go to https://domain:8069/graphiql....