Commit Graph

972 Commits

Author SHA1 Message Date
Timothy Laurent
a427a0fb18 Add test for _is_sunder and _is_dunder array.py functions. 2016-11-09 22:27:08 -08:00
Syrus Akbary
50eadde8b2 Merge pull request #357 from ekampf/patch-3
Fix typo in Union initialization exception
2016-11-08 14:22:42 -08:00
Eran Kampf
937e257d60 Fix typo in Union initialization exception 2016-11-08 13:42:59 -08:00
Syrus Akbary
4a4123e660 Merge pull request #355 from bcb/master
Add tox dependencies
2016-11-07 07:48:22 -08:00
Beau Barker
d1a9bdb5c3 Add tox dependencies
Tox fails without pytz, iso8601 and pytest-benchmark
2016-11-07 09:26:28 +11:00
Syrus Akbary
5bb028e3d7 Merge pull request #352 from ttz21/docs_update
Add link to official GraphQL docs in Getting Started
2016-11-05 08:48:33 -07:00
Tina Zhang
c1f567c4e4 add link to official graphql website in Getting Started 2016-11-05 15:31:56 +01:00
Syrus Akbary
3f0c01ed3c Merge pull request #350 from nvie/doc-fixes
Various little documentation fixes
2016-11-03 17:36:37 -07:00
Vincent Driessen
b2d7dfe546 Fix sentences to be more readable 2016-11-03 22:17:37 +01:00
Vincent Driessen
f5c5d33639 Fix import paths to match graphene>=1.0 paths 2016-11-03 22:08:41 +01:00
Syrus Akbary
adfbffb267 Added middleware docs 2016-10-31 05:32:59 +01:00
Syrus Akbary
9a3d84319d Merge pull request #342 from ekampf/feature/connection_edges_should_be_nonnull
Connection Edges should be NonNull
2016-10-28 12:44:27 +02:00
Eran Kampf
344d85c19e fix tests 2016-10-27 10:37:52 -07:00
Eran Kampf
495361ef53 Edges should be NonNull 2016-10-27 10:27:13 -07:00
Syrus Akbary
c7a48c3c2c Added connection promise tests 2016-10-27 02:48:36 +02:00
Syrus Akbary
0b9aa7cbeb Merge branch 'patch-11' 2016-10-27 02:42:05 +02:00
Syrus Akbary
760ccc8358 Improved Promise connection abstraction 2016-10-27 02:41:36 +02:00
Markus Padourek
16e9f221b5 added missing import 2016-10-26 10:52:46 +01:00
Markus Padourek
ea69be6117 Add support to return a promise for connections. 2016-10-26 10:50:27 +01:00
Syrus Akbary
ecdfed257c Improved Field coverage 2016-10-21 09:22:19 -07:00
Syrus Akbary
d7fded7d98 Improved Enum coverage 2016-10-21 09:19:13 -07:00
Syrus Akbary
e1e24327b0 Improved options testing and coverage 2016-10-21 09:12:28 -07:00
Syrus Akbary
24b85d318c Improved OrderedType coverage 2016-10-21 09:00:33 -07:00
Syrus Akbary
47d7adf7b0 Improved documentation in UnmountedTypes 2016-10-21 08:44:44 -07:00
Syrus Akbary
0a80119f5e Fixed Dynamic arguments 2016-10-16 13:14:08 -07:00
Syrus Akbary
f8e636db80 Merge pull request #324 from Globegitter/add-dynamic-tests
Added tests for dynamic field and make more consistent.
2016-10-16 12:54:21 -07:00
Syrus Akbary
5cce7deb34 Merge pull request #323 from Globegitter/patch-9
Improve `is_node` error message
2016-10-16 12:21:42 -07:00
Syrus Akbary
1f5c0fe7df Merge pull request #330 from wenley/wenley/nit-fix-documentation
Tweak the documentation to match behavior in the playground.
2016-10-16 12:17:51 -07:00
Wenley Tong
77e4ead0d7 Tweak the documentation to match behavior in the playground. 2016-10-16 11:34:10 -07:00
Markus Padourek
0408591141 Added additional tests. 2016-10-13 16:54:54 +01:00
Markus Padourek
822b030938 Added tests for dynamic field and make more consistent. 2016-10-13 14:47:43 +01:00
Markus Padourek
ef18eb5ce3 Improve is_node error message 2016-10-13 14:08:28 +01:00
Syrus Akbary
88ccaec8fa Added jsonstring tests 2016-10-03 21:42:07 -07:00
Syrus Akbary
5dd92b7d6b Added datetime tests 2016-10-03 20:51:37 -07:00
Syrus Akbary
95280e4f7c Merge pull request #312 from mikhuang/patch-1
Update datetime.py
2016-10-03 20:31:00 -07:00
Syrus Akbary
fa231fb472 Updated version to 1.0.2 2016-10-03 20:12:11 -07:00
Syrus Akbary
999bca84c9 Fixed mutation with unbound mutate method. Fixed #311 2016-10-03 19:59:26 -07:00
Syrus Akbary
02a6c1c603 Isolated unbound function logic in utils 2016-10-03 19:59:01 -07:00
Michael Huang
9231e0d28d Update datetime.py
Restore ios8601 handling per https://github.com/graphql-python/graphene/pull/152/files
2016-10-03 19:07:16 -07:00
Syrus Akbary
c961f0b3c6 Fixed ConnectionField arguments overwritten. Fixed #252 2016-10-01 11:52:31 -07:00
Syrus Akbary
bd207b5f06 Improved arguments and structures comparison 2016-10-01 11:49:30 -07:00
Syrus Akbary
c792923429 Added ability to return a Connection instance in the connection resolver 2016-10-01 10:44:53 -07:00
Syrus Akbary
ad953f01a7 Updated version to 1.0.1 2016-09-29 01:58:14 -07:00
Syrus Akbary
71556031bf Removing is_type_of from docs 2016-09-29 01:42:32 -07:00
Syrus Akbary
8030fea443 Fixed flexible resolving in return type 2016-09-29 01:38:56 -07:00
Syrus Akbary
cdd4afb79a Update objecttypes.rst 2016-09-28 13:58:39 -07:00
Syrus Akbary
c9aa461c65 Fixed code 2016-09-28 13:58:05 -07:00
Syrus Akbary
c65d5a532a Updated docs reflecting static resolvers
(And a working example of is_type_of)
2016-09-28 13:57:41 -07:00
Syrus Akbary
69ad249619 Updated docs 2016-09-26 09:46:49 -07:00
Syrus Akbary
c920537380 Updated graphene to 1.0 🎉 2016-09-26 09:20:41 -07:00