🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

django-graphene-crud-generator

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-graphene-crud-generator

Yet another tool to generate GraphQL CRUD operations

1.7.10
Maintainers
1

Introduction

This package allows you to generate CRUD operation in a compact way. It is extensible but has sane default (at leastfor my project :] ).

This library is not a django application, although it works with it.

Installation

.. code-block::

pip install django-graphene-crud-generator

Usage

TLDR

.. code-block::

dff

Guide

The project is basically a factory that generates graphene types repersenting queries and mutations. Each step of the generation process is extensible.

Keywords

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts