معرفی شرکت ها


django-uw-graphene-0.3.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A Django app that extends the graphene interface and helpers
ویژگی مقدار
سیستم عامل -
نام فایل django-uw-graphene-0.3.5
نام django-uw-graphene
نسخه کتابخانه 0.3.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Pedro Maia Coelho
ایمیل نویسنده pmcoelho@protonmail.com
آدرس صفحه اصلی https://gitlab.com/pmcoelho/django_uw_graphene
آدرس اینترنتی https://pypi.org/project/django-uw-graphene/
مجوز MIT
# Django UW Graphene [![Built with Spacemacs](https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg)](http://spacemacs.org) ## Description This package extends the [graphene-django](https://github.com/graphql-python/graphene-django) interface for a streamlined query and mutation integration. ## Installation 1. Install: `pip install django-uw-graphene` 2. add to INSTALLED_APPS: ```python INSTALLED_APPS = [ ... 'uw_graphene', ] ``` ## Details Some API design decisions: * Based on [Relay](https://relay.dev/) * [`totalCount` was implemented as an ExtendedConnection](docs/index.md#queries) * A base interface for CRUD mutations was implemented: * [GlobalId to Instance "auto fetching", including custom resolvers](docs/index.md#globalid-to-instance-auto-fetching) * [Null value handling](docs/index.md#null-value-handling) * [Custom error handling](docs/index.md#error-handling) ## Documentation This library is intended to be used on top of [graphene-django](https://github.com/graphql-python/graphene-django), here are some useful links: * [graphene-django](https://docs.graphene-python.org/projects/django/en/latest/) * [graphene](https://docs.graphene-python.org/en/latest/) * [Relay](https://relay.dev/docs/en/graphql-server-specification.html) A More extensive documentation is available [here](docs/index.md). ## TODO * [ ] Review `test_utils`


نیازمندی

مقدار نام
>="2.10.0" graphene-django
>="2.2" Django


نحوه نصب


نصب پکیج whl django-uw-graphene-0.3.5:

    pip install django-uw-graphene-0.3.5.whl


نصب پکیج tar.gz django-uw-graphene-0.3.5:

    pip install django-uw-graphene-0.3.5.tar.gz