Commit Graph

121 Commits

Author SHA1 Message Date
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
Morgante Pell
5ad21f1765
Fix #19 by using choice keys as enum keys, not choice descriptions 2016-10-13 22:01:54 -04:00
Morgante Pell
900354837e
Fix id lookup to handle cases where the primary key of the Django model is not called ID 2016-10-13 02:52:58 -04:00
Syrus Akbary
31a49841ca Merge pull request #15 from Fak3/patch-1
README.md: fix graphql url
2016-10-06 00:08:31 -07:00
Evstifeev Roman
06e408124b README.md: fix graphql url 2016-10-06 00:21:01 +04:00
Syrus Akbary
f9e7c44738 Merge pull request #12 from joslarson/docs-fix
fixes docs to include ObjectType in root query
2016-10-05 09:00:15 -07:00
Joe Larson
d1f2863374 fixes docs to include ObjectType in root query 2016-10-03 13:23:22 -06:00
Syrus Akbary
f6684ca92d Improved cookbook 2016-09-30 09:14:06 -07:00
Syrus Akbary
787ba73255 Fixed install version in README 2016-09-30 09:08:47 -07:00
Syrus Akbary
5b11ad289a Updated graphene-django to 1.0 🎉 2016-09-26 09:26:09 -07:00
Syrus Akbary
2f9c5ee707 Updated docs as graphql highlight is not yet supported 2016-09-26 01:13:31 -07:00
Syrus Akbary
8b42a66eaa Improved docs theme 2016-09-26 00:54:44 -07:00
Syrus Akbary
eef2841742 Updated Django docs with latest changes in graphene-python PRs.
Including unmerged PR: https://github.com/graphql-python/graphene-python.org/pull/5
2016-09-25 04:11:01 -07:00
Syrus Akbary
8f5a425859 Updated version 2016-09-22 20:52:46 -07:00
Syrus Akbary
1a728e4e88 Fixed tests 2016-09-22 20:49:51 -07:00
Syrus Akbary
b8f9fec674 Added required conversion to model and form fields. Fixed #2 2016-09-22 20:03:47 -07:00
Syrus Akbary
7fbc3e69b1 Improved Django List retreival and added extra tests. 2016-09-21 19:34:30 -07:00
Syrus Akbary
9cfe337032 Merge pull request #4 from DeskConnect/to-many-field
Added a DjangoToManyField to handle to-many relationships
2016-09-21 19:18:31 -07:00
Syrus Akbary
b65afdc8c9 Merge pull request #6 from BossGrand/master
Fixed a bug that was causing graphql_schmea command to not import properly
2016-09-21 19:12:52 -07:00
BossGrand
1cb5f24f5b Fixed a bug that was causing graphql_schmea command to not import properly 2016-09-21 14:57:47 -07:00
Syrus Akbary
c93e785e8e Updated version 2016-09-20 23:53:06 -07:00
Syrus Akbary
c8c403edfd Fixed django-filter integration (0.15) 2016-09-20 23:50:28 -07:00
Syrus Akbary
1f3fbe0e76 Added first version of the docs 2016-09-20 22:30:36 -07:00
Conrad Kramer
17178cfcbf Added a DjangoToManyField to handle to-many relationships
To-many relationships return a manager, which needs to be turned
into an iterable (its queryset) using `maybe_queryset`.
2016-09-20 21:25:05 -07:00
Syrus Akbary
bcb408f921 Updated version 2016-09-20 00:10:57 -07:00
Syrus Akbary
34f3c72da6 Updated middleware view management 2016-09-20 00:08:14 -07:00
Syrus Akbary
317c8ceec4 Ensure CSRF cookie is set. Updated dev version 2016-09-19 23:14:59 -07:00