Commit Graph

1305 Commits

Author SHA1 Message Date
Daniel Johnston
7642644d82 Removed white space. 2017-05-05 14:23:51 -07:00
Daniel Johnston
59f4ddcd94 Removed white space. 2017-05-05 14:23:21 -07:00
Syrus Akbary
606575a2b0 Merge pull request #465 from ryanwilsonperkin/patch-1
Update UPGRADE-v1.0.md
2017-05-03 11:24:58 -07:00
Ryan Wilson-Perkin
b5d15b635e Update UPGRADE-v1.0.md
Hoping to help out by fixing a few small grammatical mistakes. Thanks for the upgrade guide!
2017-05-03 10:58:56 -04:00
Syrus Akbary
23e028fe72 Merge pull request #460 from yixizhang/typo
fix typo in docs/execution
2017-04-26 23:58:17 -07:00
Syrus Akbary
342b3a703a Merge pull request #459 from MikeTYChen/update-relay-doc-link
Update Relay Documentation Link
2017-04-26 23:58:05 -07:00
Yixi Zhang
bad6f5a188 fix typo in docs/execution 2017-04-26 16:27:44 -07:00
Michael Chen
5052536787 Update Relay Documentation Link
Update the link of Relay Specification to Facebook Relay Specifications
2017-04-26 11:45:36 -07:00
Syrus Akbary
8cae7bd16f Updated version to 1.4.0 2017-04-20 00:55:13 -07:00
Syrus Akbary
082186c169 Added dataloader docs 2017-04-20 00:53:17 -07:00
Syrus Akbary
b71a2cb69e Fixed middleware docs to use whitespaces instead of tabs 2017-04-20 00:34:05 -07:00
Syrus Akbary
bd754c1989 Updated dependencies: use promise 2.0 and graphql-core 1.1 2017-04-18 22:55:29 -07:00
Syrus Akbary
a7511d3a2c Added possible_types option to ObjectType.Meta 2017-04-14 22:32:12 -07:00
Syrus Akbary
e3663d41ce Merge pull request #452 from khankuan/patch-1
Update basic schema with arguments
2017-04-13 11:33:53 -07:00
Kuan
06757f10c6 Update basic schema with arguments 2017-04-13 10:32:49 -07:00
Syrus Akbary
b8323ed8e7 Merge pull request #446 from graphql-python/features/improved-enums
Improved enums comparison and getters
2017-04-12 23:26:52 -07:00
Syrus Akbary
e92b03bed5 Allow Node inner types to be lazy. Fixed #437 2017-04-12 23:23:44 -07:00
Syrus Akbary
5f71ac7d41 Merge pull request #449 from graphql-python/features/test-client-and-snapshot-testing
First version of the Graphene test client and snapshots 💪
2017-04-11 21:54:41 -07:00
Syrus Akbary
6c040e68a2 Fixed six import 2017-04-10 16:18:52 -07:00
Syrus Akbary
038f81e8e1 Added extra parameters section in testing docs
@BossGrand 😉
2017-04-10 16:18:45 -07:00
Syrus Akbary
917dc16ea6 Fixed format_error 2017-04-10 16:10:35 -07:00
Syrus Akbary
b369ccfa08 Updated snapshot files 2017-04-10 04:26:54 -07:00
Syrus Akbary
60e29028a8 Added testing docs 2017-04-10 00:48:06 -07:00
Syrus Akbary
dfcd7f2563 First version of the Graphene test client and snapshots 💪 2017-04-09 21:08:35 -07:00
Syrus Akbary
afed25a180 Improved enums comparison and getters. Fixed #444 2017-04-07 22:02:16 -07:00
Syrus Akbary
aaf9e92d24 Updated version to 1.3.0 💪 2017-04-06 22:20:56 -07:00
Syrus Akbary
4b71465922 Improved lazy types support in Graphene
This commit also adds support for string types in Field, InputField, List and NonNull, where the string will be import. Usage like: Field("graphene.String")
2017-04-06 22:13:06 -07:00
Syrus Akbary
bd0d418986 Fixed promisify 2017-04-05 16:27:17 -07:00
Syrus Akbary
d594a0eca8 Merge pull request #442 from blakegong/features/add-dotted-arguments-for-lazy-import
Improve lazy_import() to accept dotted_attributes
2017-03-25 12:15:46 -07:00
Yue Gong
3822d6568e Update module_loading documents 2017-03-25 17:59:01 +08:00
Yue Gong
087f1c55cd Improve lazy_import() to accept dotted_attributes 2017-03-25 17:41:47 +08:00
Syrus Akbary
d4d8a76a09 Fixed circular union. Fixed #439 2017-03-24 22:40:16 -07:00
Syrus Akbary
a837fb6836 Merge pull request #434 from gbezyuk/patch-1
a fypo fixed so the hyperlink to the graphQL official introduction is…
2017-03-10 02:17:08 -08:00
Grigoriy Beziuk
d86bbd8a86 a fypo fixed so the hyperlink to the graphQL official introduction is shown now 2017-03-10 11:05:01 +03:00
Syrus Akbary
360d5cfac5 Fixed test instructions 2017-03-04 18:17:53 -08:00
Syrus Akbary
48efec307c Improved Options merge attrs. Fixed #432 2017-03-04 18:13:16 -08:00
Syrus Akbary
d5960a7630 Merge pull request #427 from nattyait/requirements
Add Sphinx to requirements for building graphene docs
2017-03-01 09:41:27 -08:00
Syrus Akbary
5e7002ce76 Merge pull request #429 from ryanwilsonperkin/patch-1
Spelling/Grammar fixes in docs
2017-03-01 09:40:54 -08:00
Syrus Akbary
c3ad42564a Merge pull request #428 from chappers/master
Fixed indent in mutation docs
2017-03-01 09:40:32 -08:00
Ryan Wilson-Perkin
313a004141 Spelling/Grammar fixes in docs
Hi, thanks for writing these docs! I'm reading through them and hoping to give back by fixing up some spelling and grammatical issues.
2017-03-01 09:30:39 -05:00
Chapman Siu
3a198d052a fixed indent in mutation docs 2017-03-01 22:54:06 +11:00
nattyait
e405a20e3d Add Sphinx to requirements for building graphene docs 2017-03-01 16:11:04 +07:00
Syrus Akbary
ad251e9a8d Fix ObjectType special types. Fix #425 2017-02-26 21:09:21 -08:00
Syrus Akbary
98825fa4bc Added optional default_resolver to ObjectType. 2017-02-24 00:02:36 -08:00
Syrus Akbary
62e58bd953 Merge pull request #419 from yen223/fix-docstring-whitespace
Fix docstring whitespace
2017-02-22 19:52:21 -08:00
Syrus Akbary
215d131d2f Merge pull request #421 from helfer/patch-2
Fix typo
2017-02-22 10:43:59 -08:00
Jonas Helfer
47bb5292fa Fix typo 2017-02-22 10:42:12 -08:00
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