markus
|
09969355fa
|
Added tests.
|
2016-11-10 11:10:49 +00:00 |
|
markus
|
c01a9b1843
|
Merge branch 'master' into node-parent-type
|
2016-11-10 10:55:15 +00:00 |
|
markus
|
8fa6d61271
|
Added optional parent type to allow usage of GlobalID in mutations.
|
2016-11-10 10:54:03 +00:00 |
|
Syrus Akbary
|
6c7cd4e4fa
|
Merge pull request #360 from timothyjlaurent/#359-fix-index-error-on-enum-functions
Add test for _is_sunder and _is_dunder array.py functions.
|
2016-11-10 02:50:56 -08:00 |
|
Syrus Akbary
|
a22c9276e5
|
Merge pull request #361 from Globegitter/node-simplifications
Make node arg options and default required to True for GlobalID.
|
2016-11-10 02:49:35 -08:00 |
|
markus
|
0a79df3d13
|
Added tests for global id.
|
2016-11-10 10:46:34 +00:00 |
|
markus
|
5f7af3e43f
|
Make node arg options and default required to True for GlobalID.
|
2016-11-10 10:00:59 +00:00 |
|
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 |
|
Kalle Jepsen
|
71b4de9369
|
Fixed typos and improved language and markup
|
2016-10-07 12:23:12 +02: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 |
|