Syrus Akbary
|
d3995ca516
|
Merge pull request #241 from jkimbo/indent-option-schema
Added --indent option for graphql_schema command
|
2016-08-06 11:51:21 -07:00 |
|
Jonathan Kim
|
e486a7afdb
|
Added --indent option for graphql_schema command
|
2016-08-05 22:13:27 +01:00 |
|
Syrus Akbary
|
2d8f879445
|
Merge pull request #240 from jkimbo/optional-client-mutation-id
Make clientMutationId optional
|
2016-08-05 14:05:55 -07:00 |
|
Jonathan Kim
|
4d387cc1aa
|
Make clientMutationId optional
|
2016-08-05 21:59:26 +01:00 |
|
Syrus Akbary
|
4ccddf4b7b
|
Merge pull request #222 from conradev/django-nonnull
Implicitly mark Django fields as NonNull where appropriate
|
2016-08-05 10:10:38 -07:00 |
|
Syrus Akbary
|
bd1fbb6a33
|
Merge pull request #237 from Globegitter/connection-fields-object-types
Allow ConnectionFields to have ObjectTypes as per relay spec
|
2016-07-29 19:24:46 -07:00 |
|
Markus Padourek
|
878391be4e
|
Add tests for both fixes.
|
2016-07-29 09:15:55 +01:00 |
|
Markus Padourek
|
0d9e645bea
|
fix linting issues in types.py
|
2016-07-28 12:17:27 +01:00 |
|
Markus Padourek
|
a72bee4fa5
|
fix linting issues in fields.py
|
2016-07-28 12:16:50 +01:00 |
|
Markus Padourek
|
18bb5030af
|
fix linting issues in connection py
|
2016-07-28 12:16:24 +01:00 |
|
Markus Padourek
|
2a288eab9d
|
Fix a bug where you can not directly return
`relay.Connection.for_node(NodeType)(edges=edges, page_info=relay.PageInfo(has_next_page=has_next_page))` in a resolver
|
2016-07-28 12:11:42 +01:00 |
|
Syrus Akbary
|
d347ffaea0
|
Removed docs from repo
|
2016-07-28 00:10:30 -07:00 |
|
Markus Padourek
|
603d4770eb
|
Remove print statements.
|
2016-07-26 18:25:02 +01:00 |
|
Markus Padourek
|
6811f93aa4
|
Fix last imports.
|
2016-07-26 18:24:15 +01:00 |
|
Markus Padourek
|
dcda05f529
|
Fix imports.
|
2016-07-26 18:16:26 +01:00 |
|
Markus Padourek
|
b193c98e35
|
Allow ConnectionFields to have ObjectTypes as per relay spec
|
2016-07-26 18:13:45 +01:00 |
|
Syrus Akbary
|
18be1daaa4
|
Merge pull request #232 from jkimbo/django-docs-fix
[docs] Return an empty queryset instead of an empty list
|
2016-07-22 14:36:02 -07:00 |
|
Jonathan Kim
|
fa9b7922a1
|
Return an empty queryset instead of an empty list
|
2016-07-22 19:57:40 +01:00 |
|
Syrus Akbary
|
72411e559f
|
Fixed docs
|
2016-07-18 12:35:38 -04:00 |
|
Syrus Akbary
|
ab9c9be326
|
Merge pull request #229 from singingwolfboy/github-capital-h
GitHub has a capital H
|
2016-07-17 13:59:18 -07:00 |
|
David Baumgold
|
cb1099d2cd
|
GitHub has a capital H
|
2016-07-16 10:44:54 -04:00 |
|
Conrad Kramer
|
0c63b0c5e2
|
Implicitly mark Django fields as NonNull where appropriate
|
2016-07-06 20:17:59 -07:00 |
|
Syrus Akbary
|
8711dd20b6
|
Merge pull request #213 from AlecAivazis/master
Added returns_promise flag to schema.execute
|
2016-06-26 12:57:19 -07:00 |
|
Alec Aivazis
|
7200ec6dfa
|
added additional line in test file
|
2016-06-25 13:19:09 -07:00 |
|
Alec Aivazis
|
693f84ba38
|
bumped version number
|
2016-06-25 13:14:37 -07:00 |
|
Alec Aivazis
|
2d7b788568
|
added returns_promise flag to schema.execute
|
2016-06-25 13:13:34 -07:00 |
|
Syrus Akbary
|
b5b66326a7
|
Merge pull request #209 from karec/master
Add postgresql dialects for sqlachemy
|
2016-06-25 09:29:59 -07:00 |
|
Syrus Akbary
|
dbb3a3a131
|
Fixed #207
|
2016-06-23 21:57:48 -07:00 |
|
Syrus Akbary
|
5bad9046f0
|
Fixed #211
|
2016-06-23 21:53:48 -07:00 |
|
Syrus Akbary
|
08ccf2228c
|
Fixed #221
|
2016-06-23 21:53:08 -07:00 |
|
Syrus Akbary
|
3aa35460d5
|
Merge pull request #210 from reisub-de/master
[Docs] Make it more obvious that the `node` Field is required for relay
|
2016-06-22 09:04:18 -07:00 |
|
Joshua Schüler
|
9f15678767
|
Make it more obvious that node is required for relay
Give the error message that occurs if you forget the node Field,
so googling for this brings you right to the documentation
|
2016-06-22 16:54:16 +02:00 |
|
Syrus Akbary
|
52dd103e6b
|
Merge pull request #208 from ianlini/fix/typo-in-docs-django-authorization
Fix typo: CategoryNode -> PostNode
|
2016-06-21 09:52:57 -07:00 |
|
evalette
|
49d482b36f
|
comment unused import for postgresql examples
|
2016-06-21 16:18:13 +02:00 |
|
evalette
|
52a2107211
|
add specific columns for postgresql dialect #172
|
2016-06-21 15:24:27 +02:00 |
|
evalette
|
e67a3c953a
|
add postgresql specific data for examples #172
|
2016-06-21 15:23:55 +02:00 |
|
evalette
|
b6c5ed5eae
|
update flask app example for new version of flask-graphene
|
2016-06-21 15:23:18 +02:00 |
|
Ian Lin
|
fef7639b92
|
fix typo: CategoryNode -> PostNode
|
2016-06-21 19:46:16 +08:00 |
|
evalette
|
73bd8782b5
|
add unit tests for new converters #172
|
2016-06-21 13:34:27 +02:00 |
|
evalette
|
e3704577b3
|
first try to add postgresql specific fields to sqlachemy converters ref #172
|
2016-06-21 11:31:53 +02:00 |
|
Syrus Akbary
|
531083702e
|
Merge pull request #204 from pyoner/master
fixed model column name [sqlalchemy]
|
2016-06-17 18:03:38 -07:00 |
|
Jungle
|
67fe978f2d
|
fixed model column name
|
2016-06-13 20:13:14 +05:00 |
|
Syrus Akbary
|
1711e6a529
|
Updated version to 0.10.2
|
2016-05-31 22:15:01 -07:00 |
|
Syrus Akbary
|
7df1f8a88d
|
Fixed unwrap cursor for make it work with DDT. Fixed #181
|
2016-05-31 21:15:10 -07:00 |
|
Syrus Akbary
|
b9695c877a
|
Fixed ClientIDMutation GraphQL type name. Fixed #148
|
2016-05-31 20:55:01 -07:00 |
|
Syrus Akbary
|
de424f7d21
|
Merge pull request #191 from graphql-python/django-choices-grouping
Django choices grouping
|
2016-05-31 20:39:25 -07:00 |
|
Syrus Akbary
|
9e715cd902
|
Fixed Django converter of field with grouped choices
|
2016-05-31 20:29:20 -07:00 |
|
Syrus Akbary
|
4636f9290a
|
Merge branch 'master' into django-choices-grouping
# Conflicts:
# graphene/contrib/django/tests/test_converter.py
|
2016-05-31 20:26:21 -07:00 |
|
Syrus Akbary
|
6eb00083d9
|
Merge pull request #190 from graphql-python/fix_lazy_translated_choice
Fix lazy translated choice
|
2016-05-31 20:15:15 -07:00 |
|
Syrus Akbary
|
edfbbf52ef
|
Fix field model
|
2016-05-31 20:05:49 -07:00 |
|