Syrus Akbary
|
ec67303594
|
Restrict the usage of TypeProxy instances
|
2016-06-06 02:39:47 -07:00 |
|
Syrus Akbary
|
3a566241f3
|
Use always the resolve methods as unbounds. __func__ to the rescue
|
2016-06-06 02:06:17 -07:00 |
|
Syrus Akbary
|
0db5b1cfbc
|
Move resolver to interface too
|
2016-06-06 02:03:57 -07:00 |
|
Syrus Akbary
|
da3769b902
|
Fix test case
|
2016-06-06 01:30:29 -07:00 |
|
Syrus Akbary
|
01130b8af5
|
Set interface list to be immutable
|
2016-06-06 01:29:05 -07:00 |
|
Syrus Akbary
|
251d7106e2
|
Improved scalar implementation thinking immutable
|
2016-06-06 00:48:43 -07:00 |
|
Syrus Akbary
|
77ec170dd5
|
Let the interfaces be immutable
|
2016-06-06 00:39:55 -07:00 |
|
Syrus Akbary
|
b17f081906
|
Improved enum attrs
|
2016-06-06 00:05:00 -07:00 |
|
Syrus Akbary
|
19dff03784
|
Improved documentation
|
2016-06-05 19:29:24 -07:00 |
|
Syrus Akbary
|
ad607eb122
|
Changed name from GrapheneType to GrapheneGraphQLType
|
2016-06-04 19:19:08 -07:00 |
|
Syrus Akbary
|
31ea09ff30
|
Improved options
|
2016-06-04 19:10:18 -07:00 |
|
Syrus Akbary
|
2b676743ae
|
Removed slots
|
2016-06-04 19:06:33 -07:00 |
|
Syrus Akbary
|
ff7bf20f6d
|
Added some mutable comments
|
2016-06-04 18:49:26 -07:00 |
|
Syrus Akbary
|
0f10ae884f
|
Allow InputObjectType instances to be Type proxies
|
2016-06-04 16:04:21 -07:00 |
|
Syrus Akbary
|
50c1ab62ba
|
Fixed Enum value getter
|
2016-06-04 15:45:54 -07:00 |
|
Syrus Akbary
|
449b8c67d1
|
Added reset_counter to ordered types. Improved node implementation
|
2016-06-04 15:36:32 -07:00 |
|
Syrus Akbary
|
ab72393e66
|
Added InputField, InputObjectType. Improved Field implementation
|
2016-06-04 15:22:10 -07:00 |
|
Syrus Akbary
|
9cf4da5fcb
|
Improved simple example
|
2016-06-04 14:14:56 -07:00 |
|
Syrus Akbary
|
89790e7508
|
Added Enum type
|
2016-06-04 14:06:16 -07:00 |
|
Syrus Akbary
|
58291a3b25
|
Moved GraphQL definitions to each corresponding file
|
2016-06-04 13:05:51 -07:00 |
|
Syrus Akbary
|
a1454fdd74
|
Fixed resolve context
|
2016-06-04 12:48:08 -07:00 |
|
Syrus Akbary
|
6c42877758
|
Improved starwars tests
|
2016-06-04 11:21:33 -07:00 |
|
Syrus Akbary
|
3acf5fd588
|
Improved tests
|
2016-06-04 11:20:45 -07:00 |
|
Syrus Akbary
|
40ce604d2c
|
Improved field resolving
|
2016-06-04 03:12:09 -07:00 |
|
Syrus Akbary
|
d58d1f8d89
|
Added List, NonNull types
|
2016-06-03 23:50:12 -07:00 |
|
Syrus Akbary
|
58dbfefc15
|
Improved interfaces in objecttypes
|
2016-06-03 21:28:29 -07:00 |
|
Syrus Akbary
|
33d4f44f04
|
Refactored all graphene code moving to 1.0
|
2016-06-03 21:06:54 -07:00 |
|
Syrus Akbary
|
1711e6a529
|
Updated version to 0.10.2
|
2016-05-31 22:15:01 -07:00 |
|
Syrus Akbary
|
7df1f8a88d
|
Fixed unwrap cursor for make it work with DDT. Fixed #181
|
2016-05-31 21:15:10 -07:00 |
|
Syrus Akbary
|
b9695c877a
|
Fixed ClientIDMutation GraphQL type name. Fixed #148
|
2016-05-31 20:55:01 -07:00 |
|
Syrus Akbary
|
de424f7d21
|
Merge pull request #191 from graphql-python/django-choices-grouping
Django choices grouping
|
2016-05-31 20:39:25 -07:00 |
|
Syrus Akbary
|
9e715cd902
|
Fixed Django converter of field with grouped choices
|
2016-05-31 20:29:20 -07:00 |
|
Syrus Akbary
|
4636f9290a
|
Merge branch 'master' into django-choices-grouping
# Conflicts:
# graphene/contrib/django/tests/test_converter.py
|
2016-05-31 20:26:21 -07:00 |
|
Syrus Akbary
|
6eb00083d9
|
Merge pull request #190 from graphql-python/fix_lazy_translated_choice
Fix lazy translated choice
|
2016-05-31 20:15:15 -07:00 |
|
Syrus Akbary
|
edfbbf52ef
|
Fix field model
|
2016-05-31 20:05:49 -07:00 |
|
Syrus Akbary
|
4936e40258
|
Merge branch 'django-choices-translation' of https://github.com/Ian-Foote/graphene into fix_lazy_translated_choice
|
2016-05-31 19:49:25 -07:00 |
|
Syrus Akbary
|
7f6598518e
|
Use Django forcetext for choices
|
2016-05-31 19:47:50 -07:00 |
|
Jacob Klapwijk
|
be449ab1c0
|
Fix ugettext_lazy objects in Choice tuples not being evaluated. Running .format() on it will return the string we want, and wont cause any problems when its run on a string without arguments
|
2016-05-31 16:11:54 +02:00 |
|
Syrus Akbary
|
0f94f2b2ef
|
Improved homepage
|
2016-05-28 23:08:00 -07:00 |
|
Syrus Akbary
|
e5357ccc84
|
Merge pull request #187 from graphql-python/register-interface-failure-fix
Register interface failure fix
|
2016-05-28 16:52:56 -07:00 |
|
Syrus Akbary
|
da09bc3210
|
Fixed unregistered types in schema
|
2016-05-27 23:18:18 -07:00 |
|
Ian Foote
|
7d5d7eac3c
|
Add test for django grouped choices
|
2016-05-26 16:07:18 +01:00 |
|
Ian Foote
|
8744f6a90e
|
Add test for django choices with translation
|
2016-05-26 15:44:49 +01:00 |
|
Marc Tamlyn
|
aa2f4c5bac
|
Failing test of interface implementation registration.
|
2016-05-26 12:16:45 +01:00 |
|
Syrus Akbary
|
8bc14953d7
|
Moved options testing to tests directory
|
2016-05-23 21:58:25 -07:00 |
|
Syrus Akbary
|
da0927aa84
|
Updated version to 0.10.1
|
2016-05-22 19:32:52 -07:00 |
|
Syrus Akbary
|
ed070b6a9a
|
Merge pull request #178 from AlecAivazis/master
Fixed bug when no middlewares are present
|
2016-05-22 18:49:58 -07:00 |
|
Alec Aivazis
|
427a08106b
|
fixed linting error
|
2016-05-22 17:17:07 -07:00 |
|
Alec Aivazis
|
161f198451
|
added test for auto_camelcase flag
|
2016-05-22 17:11:55 -07:00 |
|
Alec Aivazis
|
feb0825a63
|
fixed bug when no middlewares are present
|
2016-05-22 16:52:30 -07:00 |
|