graphene/graphene/types
2018-03-14 12:51:34 +10:00
..
tests fixed function name for test to be what it is actually testing and prevent name colision 2018-03-14 12:51:34 +10:00
__init__.py Added UUID type 2017-07-24 23:09:59 -07:00
abstracttype.py Fix broken GitHub link tags: 2.0 -> v2.0.0 2018-02-05 16:49:16 +02:00
argument.py Fixed Argument comparison. Fixed #530 2017-08-29 20:21:17 -07:00
base.py Added create_type. Support for Meta as dict 2017-07-24 21:33:08 -07:00
context.py Fixed Python 2/3 issues and flake syntax issues 2017-07-23 19:30:13 -07:00
datetime.py linting: added two lines after end of class 2018-02-27 10:21:41 +10:00
definitions.py Removed unnecessary files. 2016-08-13 23:06:18 -07:00
dynamic.py Improved TypeMap and Dynamic Field to optionally include the schema 2017-02-20 02:35:30 -08:00
enum.py extended support for subclassing with meta to Enum and InputObjectType 2017-12-16 21:49:23 -08:00
field.py Fixed source resolver and added tests for it 2017-08-01 13:59:18 -07:00
generic.py Fixed Flake issues 2017-07-12 21:45:06 -07:00
inputfield.py Improved lazy types support in Graphene 2017-04-06 22:13:06 -07:00
inputobjecttype.py extended support for subclassing with meta to Enum and InputObjectType 2017-12-16 21:49:23 -08:00
interface.py Fixed Flake8 issues 2017-08-07 20:59:48 -07:00
json.py Improved base implementation 2016-08-13 17:37:57 -07:00
mountedtype.py Renamed from MountedType.mount to MuntedType.mounted 2016-12-18 14:03:03 -08:00
mutation.py Enabled possibility of setting name, description or deprecation_reason in mutation Fields 2018-02-08 23:56:13 -08:00
objecttype.py Improved object container initialization. Fixed #585 2017-11-02 21:57:10 -07:00
resolver.py Updated resolver api 2017-07-27 02:55:25 -07:00
scalars.py Added mypy static checking 2017-08-07 20:48:26 -07:00
schema.py Improved support / assertion for graphql types in Schema 2018-02-09 10:49:08 -08:00
structures.py Fixed lazy type instant resolved with NonNull. Fixed #494 2017-07-26 22:32:37 -07:00
typemap.py Raise better error if type is missing from schema 2017-12-20 18:43:51 +00:00
union.py Fixed Flake8 issues 2017-08-07 20:59:48 -07:00
unmountedtype.py Renamed from MountedType.mount to MuntedType.mounted 2016-12-18 14:03:03 -08:00
utils.py Fixed Flake issues 2017-07-12 21:45:06 -07:00
uuid.py Added UUID type 2017-07-24 23:09:59 -07:00