Commit Graph

253 Commits

Author SHA1 Message Date
Syrus Akbary
bf5746b88b Improved views for mobile 2015-11-28 00:19:54 -08:00
Syrus Akbary
cdde833c65 Merge branch 'docs' of github.com:graphql-python/graphene into docs
Conflicts:
	docs/pages/docs/quickstart-django.md
2015-11-27 23:55:02 -08:00
Syrus Akbary
abc4c9152f Merge pull request #54 from adamcharnock/docs-adam
Expanding on the django quickstart to make it a little more verbose
2015-11-27 14:01:13 -08:00
Adam Charnock
93b8a59985 Expanding on the django quickstart to make it a little more verbose 2015-11-27 15:11:49 +00:00
Syrus Akbary
944d361fd7 Improved docs 2015-11-26 03:06:29 -08:00
Syrus Akbary
aed366a3c7 Changed from gh-pages-seg to gh-pages in travis 2015-11-26 02:36:15 -08:00
Syrus Akbary
62d045301a Added burger menu to the website 2015-11-26 02:30:52 -08:00
Syrus Akbary
c4c3d0ef28 Improved documentation pages. 2015-11-26 01:39:04 -08:00
Syrus Akbary
aebafbc3c3 Improved basic types page 2015-11-25 22:02:36 -08:00
Syrus Akbary
324aa9bd84 Improved styles and markup 2015-11-25 21:45:02 -08:00
Syrus Akbary
2574ee2976 Added before install to travis for stopping build if only docs changed 2015-11-25 21:39:44 -08:00
Syrus Akbary
e55d230faf Improved travis deploy to build in a branch 2015-11-25 20:44:24 -08:00
Syrus Akbary
1345ea873a Improved Travis for build website automatically 2015-11-25 18:19:28 -08:00
Syrus Akbary
65c9cc7ce8 Big improvements in docs pages 2015-11-25 17:28:20 -08:00
Syrus Akbary
0cf6cd65c7 First draft for docs 2015-11-25 11:23:31 -08:00
Syrus Akbary
4677677ee9 Merge pull request #39 from amitsaha/field_example
Example of querying a Python object
2015-11-19 22:27:40 -08:00
Amit Saha
f3f210b523 Modify the field example to remove the use of interface 2015-11-20 16:25:18 +11:00
Syrus Akbary
6c7cb40407 Updated version with bugfixes 2015-11-19 20:14:49 -08:00
Syrus Akbary
d50fb33660 Fixed arg count compatibility in Python3 2015-11-19 20:13:41 -08:00
Syrus Akbary
0d4164648f Fixed instance getter using _root. 2015-11-19 20:00:10 -08:00
Syrus Akbary
d6a5269f0b Added support for old behavior of get_node 2015-11-19 19:57:39 -08:00
Syrus Akbary
f69665dcd8 Flake8 improvements and README update 2015-11-19 19:17:02 -08:00
Syrus Akbary
bb170f1ca1 Updated version 2015-11-19 19:15:49 -08:00
Amit Saha
295fba37d1 field example: use print() to keep Python 3 flake 8 happy 2015-11-20 11:55:32 +11:00
Amit Saha
932e3d8b00 Fix flake8 issues in field example 2015-11-20 11:47:10 +11:00
Amit Saha
7af41373a7 Example of querying a Python object 2015-11-20 11:19:22 +11:00
Syrus Akbary
3712542566 Fixed PEP8 syntax 2015-11-19 08:37:15 -08:00
Syrus Akbary
b91ae4b0fb Added subscription support. Fixed #35 2015-11-19 08:37:15 -08:00
Syrus Akbary
4a591354f1 Wrap or not wrap. Root is the question 2015-11-19 08:37:03 -08:00
Syrus Akbary
1795ed516c Merge branch 'master' of github.com:graphql-python/graphene 2015-11-18 17:55:49 -08:00
Syrus Akbary
f119c3b2fc Added schema str representation. Fixed #32 2015-11-18 17:55:33 -08:00
Syrus Akbary
42df4b6227 Merge branch 'master' of github.com:graphql-python/graphene 2015-11-18 17:54:42 -08:00
Syrus Akbary
fca0ab4f4c Added schema str representation 2015-11-18 17:53:11 -08:00
Syrus Akbary
6b379954d0 Merge pull request #36 from inklesspen/get_node_info
Add the info parameter (ResolveInfo) to get_node() calls.
2015-11-18 15:40:23 -08:00
Jon Rosebaugh
a79a76d3b9 Add the info parameter (ResolveInfo) to get_node() calls.
This allows request_context (or any other ResolveInfo data) to be used while getting nodes.
For example, some data might need to be hidden based on the user's authorization; you would use info.request_context for this.

Fixes #34.
2015-11-17 23:44:01 -05:00
Syrus Akbary
a970d99b69 Fixed flake8 syntax 2015-11-17 17:35:19 -08:00
Syrus Akbary
4ab8e4e7c6 Updated version 2015-11-17 17:29:35 -08:00
Syrus Akbary
266dd5efe0 Fixed relay connections/edges field mapping. Improved testing 2015-11-17 17:25:18 -08:00
Syrus Akbary
9b635c848c Merge pull request #21 from graphql-python/0.4.0
Ride to 0.4.0
2015-11-16 19:55:26 -08:00
Syrus Akbary
46cfe90a75 Updated version 2015-11-16 19:52:54 -08:00
Syrus Akbary
00c9cc95d4 Improved test syntax 2015-11-16 19:49:40 -08:00
Syrus Akbary
24cd190f95 Added support for UnionTypes 2015-11-16 19:48:51 -08:00
Syrus Akbary
d2ca8a96a9 Fixed node id fetching when cannot decode. Fixed #14 2015-11-15 01:13:56 -06:00
Syrus Akbary
34d6d07fc3 Improved tests 2015-11-15 00:52:22 -06:00
Syrus Akbary
83589a21b8 Merge branch '0.4.0' of github.com:graphql-python/graphene into 0.4.0 2015-11-15 00:25:11 -06:00
Syrus Akbary
d8ca3c089a Cleaned tests 2015-11-13 19:51:37 -08:00
Syrus Akbary
bebdf5cf9b Refactored decorators into utils 2015-11-13 19:44:01 -08:00
Syrus Akbary
dfc2bc4ac3 Improved tests 2015-11-13 19:38:06 -08:00
Syrus Akbary
5282627537 Rewrite imports to be relative instead of absolute 2015-11-13 18:59:02 -08:00
Syrus Akbary
f4a8d53409 Remove unused code. Add more tests 2015-11-13 18:45:11 -08:00