odoo_graphql icon indicating copy to clipboard operation
odoo_graphql copied to clipboard

Graphql Generic integration in Odoo

Results 4 odoo_graphql issues
Sort by recently updated
recently updated
newest added

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`...

enhancement

@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...

enhancement

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....