Commit Graph

1258 Commits

Author SHA1 Message Date
Wei Yen
c592e94f73 Use trim_docstring to ensure description has no leading whitespace 2017-02-22 07:03:30 +11:00
Wei Yen
0dc8e57c50 Implement trim_docstring
Thin wrapper around `inspect.clean_doc`
2017-02-22 07:03:30 +11:00
Wei Yen
d1d87221d5 Regression test to ensure docstring is trimmed
Related to issue #418
2017-02-22 06:55:47 +11:00
Syrus Akbary
e2cdd80a5c Added docs for List and NonNull types. Fixed #326 2017-02-20 22:44:27 -08:00
Syrus Akbary
81a2ed0bfe Updated graphene version to 1.2.0 2017-02-20 22:28:42 -08:00
Syrus Akbary
11bed46a26 Renamed Generic to GenericScalar 2017-02-20 22:22:54 -08:00
Syrus Akbary
8b0cd488d4 Improved Mutation docs. Fixed #402 2017-02-20 22:12:55 -08:00
Syrus Akbary
1a52cf9a3d Fixed lint 2017-02-20 21:59:38 -08:00
Syrus Akbary
b5cc0a81da Improved scalar docs. Fixed #394 2017-02-20 21:57:39 -08:00
Syrus Akbary
74400642ed Added lazy_import to graphene. Fixed #316 2017-02-20 21:57:04 -08:00
Syrus Akbary
0e2d9be6a8 Fixed test schema with empty query. Fixed #409 2017-02-20 21:41:11 -08:00
Syrus Akbary
ba29de5670 Improved assertion messages. Fixed #400 2017-02-20 21:26:47 -08:00
Syrus Akbary
51b72d8dc8 Renamed from JSON to Generic
As it's implementation is abstract of the serializer/unserializer used.
2017-02-20 02:54:54 -08:00
Syrus Akbary
2044d29edb Merge pull request #387 from hung-phan/master
Implement JSON type
2017-02-20 02:51:10 -08:00
Syrus Akbary
2f87698a0b Improved TypeMap and Dynamic Field to optionally include the schema 2017-02-20 02:35:30 -08:00
Syrus Akbary
ecb1edd5c2 Improved Docs 2017-02-18 12:50:58 -08:00
Syrus Akbary
52e68cf23e Merge pull request #415 from helfer/patch-1
Update README.md
2017-02-18 12:45:15 -08:00
Jonas Helfer
81c1cf3d61 Update README.md
Mention that Graphene works great with both Relay and Apollo
2017-02-15 20:59:56 -08:00
Syrus Akbary
8dff91d4c6 Fix typos in Node docs. 2017-02-08 08:21:14 -08:00
Syrus Akbary
e8fc58afd6 Improved Node get_node_from_global_id
This introduces a breaking changes for custom Nodes implementations
2017-02-07 22:35:03 -08:00
Syrus Akbary
256c84a9a5 Added test extra requirements 2017-02-07 21:54:50 -08:00
Syrus Akbary
8f373ccec3 Update mutations.rst 2017-02-06 19:48:09 -08:00
Syrus Akbary
eb1ded2a65 Merge pull request #412 from BossGrand/master
Added documentation on how to accept files in a mutation
2017-02-06 19:43:55 -08:00
Charles Haro
0ed4050bb6 fixed typo 2017-02-06 17:19:02 -08:00
BossGrand
b9d3abee31 fixed a few documentation bugs
there was a warning of header underline not being long enough

and code type graphql was being used intead of json
2017-02-06 17:14:07 -08:00
BossGrand
1232ff3ee1 Added documentation on how to accept files in a mutation 2017-02-06 11:40:04 -08:00
Syrus Akbary
a3c3be26f4 Merge pull request #410 from docmatrix/feature/source-method
Allow class methods to be used as a field source
2017-01-28 11:37:51 -08:00
James Pollock
f728542ce7 Allow class methods to be used as a field source 2017-01-27 21:17:49 +00:00
Syrus Akbary
02eb6856ed Merge pull request #406 from kelvintaywl/fix-small-readme-typo
small grammar fix on readme
2017-01-22 09:37:24 -08:00
Kelvin Tay
888348bd94 small grammar fix on readme 2017-01-22 17:46:31 +09:00
Syrus Akbary
2ef0e23dcf Set unions as unmounted types 2017-01-14 21:27:01 -08:00
Syrus Akbary
a749d02663 Fixed mutations Input code. Fixed #398 2017-01-10 15:45:32 +01:00
Syrus Akbary
573101fc90 Renamed from MountedType.mount to MuntedType.mounted 2016-12-18 14:03:03 -08:00
Syrus Akbary
dda3237e0a Merge pull request #318 from ksonj/master
Fixed typos and improved language and markup
2016-12-18 13:17:32 -08:00
Syrus Akbary
dda294d911 Merge branch 'master' into master 2016-12-18 13:12:51 -08:00
Syrus Akbary
edd090efde Added Mounted type tests 2016-12-17 17:17:32 -08:00
Syrus Akbary
27cd00b9f9 Merge pull request #391 from graphql-python/features/mounted-refactor
Refactored mounted types logic
2016-12-17 16:29:44 -08:00
Syrus Akbary
93dacda923 Refactored mounted types logic 2016-12-17 16:25:49 -08:00
Syrus Akbary
7e5285d859 Merge pull request #381 from riddlesio/master
fix so partial functions can be passed to field, solves issue #316
2016-12-13 21:25:21 -08:00
hung-phan
17ea139ce4 Update test 2016-12-08 17:50:36 +00:00
hung-phan
c200a088c0 Add None case 2016-12-08 17:47:33 +00:00
hung-phan
a74c402f13 Implement JSON type
Remove duplicated test

Remove unicode for python 3

Add more tests

Add None case

Update json type

Remove unnecessary dependencies

Add more test

Add test
2016-12-08 17:45:15 +00:00
Jim van Eeden
774e9bf463 fix so partial functions can be passed to field, solves issue #316 2016-12-02 15:35:43 +01:00
Syrus Akbary
da3683028e Updated external dependencies 2016-12-01 21:18:37 -08:00
Syrus Akbary
4a31c5a927 Updated version to 1.1.3 2016-12-01 21:10:55 -08:00
Syrus Akbary
80a809216b Removed unused Promise import 2016-12-01 21:07:58 -08:00
Syrus Akbary
3df62d26a7 Fixed coroutines as relay connection resolvers
Related PR #379
2016-12-01 21:05:09 -08:00
Syrus Akbary
51c37fef98 Merge pull request #373 from pizzapanther/master
add time query variable test
2016-11-23 08:26:31 -08:00
Paul Bailey
20ca84966e add time query variable test 2016-11-23 11:23:56 -05:00
Paul Bailey
4653a0e5df add time query variable test 2016-11-23 11:19:24 -05:00