Commit Graph

97 Commits

Author SHA1 Message Date
Syrus Akbary
d8567f1c58 Fixed JSONField import only in Django 1.9+. Fixed #40 2016-11-14 23:07:45 -08:00
Syrus Akbary
96236408c5 Fixed lint issue 2016-11-14 22:34:49 -08:00
Syrus Akbary
cf27318e3c Updated version to 1.1.0 2016-11-14 22:33:58 -08:00
Syrus Akbary
8749f5a6d8 Updated travis to auto-upload PyPI versions. Fixed #41 2016-11-14 22:32:41 -08:00
Syrus Akbary
5289cd06d7 Improved choice Enum converter 2016-11-14 22:30:20 -08:00
Syrus Akbary
854aa4aa9b Fixed tests 2016-11-14 22:30:20 -08:00
Syrus Akbary
31fdb5a34c Merge pull request #51 from chaffeqa/patch-1
Fix missing operation_name warning
2016-11-13 21:26:56 -08:00
Syrus Akbary
d5951b8477 Merge pull request #54 from dukebody/add-pytest-runner
Add `pytest-runner` and test-->pytest alias to make tests run as documented
2016-11-13 21:26:39 -08:00
Syrus Akbary
1e7c7ac34f Merge pull request #55 from dukebody/docs-build-instructions
Add docs about how to build docs, and add sphinx as docs requirement.
2016-11-13 19:21:02 -08:00
Syrus Akbary
dd07cb1f6c Merge pull request #56 from dukebody/graphqlview-schema-explicit
Explain alternative way to specify schema in tutorial.
2016-11-13 19:20:42 -08:00
Israel Saeta Pérez
e72f6b2610 Explain alternative way to specify schema in tutorial. 2016-11-12 20:08:01 +01:00
Israel Saeta Pérez
d84c651bb4 Add docs about how to build docs, and add sphinx as docs requirement. 2016-11-12 19:47:44 +01:00
Israel Saeta Pérez
9e9a08ffe4 Add pytest-runner and test-->pytest alias to make tests run as documented. 2016-11-12 18:27:25 +01:00
chaffeqa
a6d3887fb3 Fix missing operation_name warning 2016-11-11 14:35:41 -05:00
Syrus Akbary
bb0b4fa766 Merge pull request #47 from timothyjlaurent/#46-Dont-follow-related-name-with-plus
solves #46 don\'t use fields that end in a plus
2016-11-10 10:34:05 -08:00
Timothy Laurent
1fdd7756ec better endswith 2016-11-10 10:16:44 -08:00
Timothy Laurent
aa6be2c527 cast name to string 2016-11-10 00:19:35 -08:00
Timothy Laurent
6801b69ce9 don\'t use fields that end in a plus 2016-11-09 23:56:14 -08:00
Syrus Akbary
d52471859d Merge pull request #45 from drzix/master
Remove an unneeded backup file
2016-11-07 08:20:50 -08:00
drzix
810de7b26a Remove an unneeded backup file
Signed-off-by: drzix <korea.drzix@gmail.com>
2016-11-06 02:08:25 +09:00
Syrus Akbary
c3609f9200 Merge pull request #39 from chriscauley/master
tutorial was missing import
2016-11-05 08:47:23 -07:00
Syrus Akbary
423d7abdf6 Merge pull request #43 from chriscauley/cookbook
fixes #8, base import of field no longer works for query property. Us…
2016-11-05 08:46:13 -07:00
Syrus Akbary
2a93d3bc04 Merge pull request #44 from drzix/master
Fix graphql query guide url
2016-11-05 08:44:45 -07:00
drzix
f9f8eca804 Fix graphql query guide url
Signed-off-by: drzix <korea.drzix@gmail.com>
2016-11-05 22:21:34 +09:00
chriscauley
fa178a00ef errors in code 2016-11-03 21:06:26 -04:00
chriscauley
ad063aa947 adding some dummy data 2016-11-03 21:01:27 -04:00
chriscauley
0ceef46268 a few admin changes to make entering data easier 2016-11-03 20:59:40 -04:00
chriscauley
5ac046a715 adding recipe schema 2016-11-03 18:06:23 -04:00
chriscauley
d3057cd9dc fixes #8, base import of field no longer works for query property. Use Node.Field instead 2016-11-03 17:31:28 -04:00
chriscauley
65f2dabdb6 tutorial was missing import 2016-11-03 12:20:40 -04:00
Syrus Akbary
a7caad0cf4 Merge pull request #38 from TangoAgency/batch
Add support for batching several requests into one
2016-11-02 20:48:10 -07:00
Syrus Akbary
2665d7329a Merge pull request #37 from bcb/master
Display variables as JSON in GraphiQL
2016-11-01 08:19:04 -07:00
Michał Ochman
6bd89f2c78 Fix UnboundLocalError occurrences 2016-10-31 12:16:58 +01:00
Michał Ochman
0a18558bf6 Add support for batching several requests into one
Batch format compatible with ReactRelayNetworkLayer (https://github.com/nodkz/react-relay-network-layer)
2016-10-31 12:03:56 +01:00
Beau Barker
87422a0e40 Display variables as JSON in GraphiQL
Closes #36
2016-10-31 13:05:30 +11:00
Syrus Akbary
d348ec89c5 Merge pull request #24 from stegben/fix-cookbook-example
Fix cookbook example
2016-10-19 18:40:40 -07:00
Syrus Akbary
ce06e95128 Merge pull request #25 from stegben/command-indent
Command indent
2016-10-19 18:40:27 -07:00
Syrus Akbary
efc8fd6633 Merge pull request #28 from alecklandgraf/patch-1
Fixes typo in docs
2016-10-19 18:38:37 -07:00
Aleck Landgraf
c25e2c6d25 Fixes typo in docs 2016-10-18 14:30:15 -07:00
cph
cf7d8ffcd6 config schema generation in cookbook example 2016-10-17 15:08:43 +08:00
cph
62d3eb911a add indent support for graphql_schema command 2016-10-17 15:08:04 +08:00
cph
ae9e13d0ad fix clone command in README 2016-10-17 14:49:27 +08:00
cph
93796daad7 fix requirements 2016-10-17 14:46:42 +08:00
Syrus Akbary
60bcc0beef Use filter label as argument description. Fixed #16 2016-10-15 18:21:54 -07:00
Syrus Akbary
775221c427 Fixed returns in class init 2016-10-15 18:19:34 -07:00
Syrus Akbary
d73f4aa235 Added support for SimpleLazyObject. Fixed #22 2016-10-15 17:40:12 -07:00
Syrus Akbary
8136223bb1 Added duration field and improved UUID conversion 2016-10-15 16:43:27 -07:00
Syrus Akbary
459270cc09 Fixed tests 2016-10-15 16:04:32 -07:00
Syrus Akbary
3a9ffba560 Merge pull request #23 from morgante/fix_choice_enums
Fix #19 by using choice keys as enum keys, not choice descriptions
2016-10-15 15:58:29 -07:00
Syrus Akbary
1bf5d602ce Merge pull request #20 from morgante/pk_id
Fix ID lookup to handle cases where 'id' is not the primary key of the Django model
2016-10-15 15:56:33 -07:00