33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Graphql Base </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="graphql-base ">
364- < h1 class ="title "> Graphql Base</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="graphql-base ">
370+ < h1 > Graphql Base</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:7550bc59f47cae17ac3a8ac5e3340fd5e11cdefbc421215be6447377d282a85e
375+ !! source digest: sha256:41bd278986f4025fe6118d8984dd3c59453fde3aef4fec9bded5b48d2c6ce5ee
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Production/Stable " src ="https://img.shields.io/badge/maturity-Production%2FStable-green.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/licence-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/rest-framework/tree/17.0/graphql_base "> < img alt ="OCA/rest-framework " src ="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/rest-framework-17-0/rest-framework-17-0-graphql_base "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Production/Stable " src ="https://img.shields.io/badge/maturity-Production%2FStable-green.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/rest-framework/tree/17.0/graphql_base "> < img alt ="OCA/rest-framework " src ="https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/rest-framework-17-0/rest-framework-17-0-graphql_base "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This modules enables the creation of < a class ="reference external " href ="https://graphql.org/ "> GraphQL</ a >
374379endpoints. In itself, it does nothing and must be used by a developer to
375380create the GraphQL schema and resolvers using
@@ -392,7 +397,7 @@ <h1 class="title">Graphql Base</h1>
392397</ ul >
393398</ div >
394399< div class ="section " id ="usage ">
395- < h1 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h1 >
400+ < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
396401< p > To use this module, you need to</ p >
397402< ul class ="simple ">
398403< li > create your graphene schema</ li >
@@ -414,7 +419,7 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
414419< li > Start building your own schema and resolver.</ li >
415420</ ul >
416421< div class ="section " id ="building-your-schema ">
417- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Building your schema</ a > </ h2 >
422+ < h3 > < a class ="toc-backref " href ="#toc-entry-2 "> Building your schema</ a > </ h3 >
418423< p > The schema can be built using native graphene types. An
419424< tt class ="docutils literal "> odoo.addons.graphql_base.types.OdooObjectType</ tt > is provided as a
420425convenience. It is a graphene < tt class ="docutils literal "> ObjectType</ tt > with a default attribute
@@ -428,7 +433,7 @@ <h2><a class="toc-backref" href="#toc-entry-2">Building your schema</a></h2>
428433</ ul >
429434</ div >
430435< div class ="section " id ="creating-graphql-controllers ">
431- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Creating GraphQL controllers</ a > </ h2 >
436+ < h3 > < a class ="toc-backref " href ="#toc-entry-3 "> Creating GraphQL controllers</ a > </ h3 >
432437< p > The module provides an
433438< tt class ="docutils literal "> odoo.addons.graphql_base.GraphQLControllerMixin</ tt > class to help you
434439build GraphQL controllers providing GraphiQL and/or GraphQL endpoints.</ p >
@@ -456,23 +461,23 @@ <h2><a class="toc-backref" href="#toc-entry-3">Creating GraphQL controllers</a><
456461</ div >
457462</ div >
458463< div class ="section " id ="bug-tracker ">
459- < h1 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h1 >
464+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h2 >
460465< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/rest-framework/issues "> GitHub Issues</ a > .
461466In case of trouble, please check there if your issue has already been reported.
462467If you spotted it first, help us to smash it by providing a detailed and welcomed
463468< a class ="reference external " href ="https://github.com/OCA/rest-framework/issues/new?body=module:%20graphql_base%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
464469< p > Do not contact contributors directly about support or help with technical issues.</ p >
465470</ div >
466471< div class ="section " id ="credits ">
467- < h1 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h1 >
472+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h2 >
468473< div class ="section " id ="authors ">
469- < h2 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h2 >
474+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h3 >
470475< ul class ="simple ">
471476< li > ACSONE SA/NV</ li >
472477</ ul >
473478</ div >
474479< div class ="section " id ="maintainers ">
475- < h2 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h2 >
480+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
476481< p > This module is maintained by the OCA.</ p >
477482< a class ="reference external image-reference " href ="https://odoo-community.org ">
478483< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -487,5 +492,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
487492</ div >
488493</ div >
489494</ div >
495+ </ div >
490496</ body >
491497</ html >
0 commit comments