Ignacio Orlandini
8f63199a63
Handle database transactions ( #1039 )
...
* Handle Django database atomic requests
* Create and handle database atomic mutations
* Make code compatible with Python 2.7
* Code style
* Define set_rollback instead of using the one in rest_framework.views because of backward compatibility
* Implement mock.patch.dict
2020-12-22 20:18:14 -08:00
Semyon Pupkov
eb7a0265d8
Use explicit classmethod in simple mutation example ( #1059 )
...
rel #1038
2020-11-09 09:06:53 -08:00
A C SREEDHAR REDDY
1b8184ece1
make Mutation class ObjectType. ( #748 )
2019-08-16 14:34:28 +01:00
Gert Van Gool
d5e71bc9be
Fix typo of imoprt to import ( #742 )
2019-08-10 21:30:17 +01:00
Richard Sween
d06217d203
Fix Mutations Relay example imports
...
Per comment here: https://github.com/graphql-python/graphene-django/pull/657#issuecomment-499618785
2019-06-06 13:53:16 -05:00
Richard Sween
fc49a50cc3
Update mutations.rst
...
I believe the `[1]` was ommitted from the `from_global_id` call as that method returns a tuple of type and id, of which we're only interested in the id here. Took me half a day to figure out why this code wasn't working today. See function def here: https://github.com/graphql-python/graphql-relay-py/blob/master/graphql_relay/node/node.py#L67
2019-06-05 19:43:51 -05:00
Paul Hallett
31468f5687
Rebuild documentation
2019-05-07 19:23:01 +01:00