graph_wrap icon indicating copy to clipboard operation
graph_wrap copied to clipboard

Transform a Django REST Framework or Tastypie based API into a fully compliant GraphQL API.

Results 8 graph_wrap issues
Sort by recently updated
recently updated
newest added

I am using graph_wrap version 0.1.3, Django 3.2, djangrestframework 3.12.4, graphene 3.2.2, graphene-django 3.1.2 1. When I run "python manage.py runserver", there are no errors report. 2. When I am...

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...

dependencies

a got this error while configuring my urls: {"errors":[{"message":"There is no current event loop in thread 'Thread-1 (process_request_thread)'.","locations":[{"line":2,"column":7}],"path":["model"]}],"data":{"model":null}}

Hi im trying to implement graph_wrap into an existing project that runs with Django 4.0.1 keep getting the following error ImportError: cannot import name 'force_text' from 'django.utils.encoding

Hi, I've been looking for an example in the doc on how to paginate and/or order the results through graphql but I can't find anything. Could you show a small...