mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00

The mixin provides tooling for graphql-ish requests with request and response schemas. The goal is to safely expose fields through a public api where public users may request data for a given schema similar to how graphql works.
2 lines
31 B
Python
2 lines
31 B
Python
from . import models as models
|