MardanovTimur
49937d43b6
version 2.2.3.7
2019-06-07 20:43:06 +03:00
MardanovTimur
ab52178a94
merge with neomodel branch (edges updated)
2019-06-07 20:42:27 +03:00
MardanovTimur
d62e38423f
fix instatiate middlewares
2019-06-04 00:39:46 +03:00
MardanovTimur
2a82f2bead
fixed init
2019-06-04 00:19:55 +03:00
MardanovTimur
d84793184f
fix
2019-05-31 00:02:28 +03:00
MardanovTimur
9ec572b134
fixed install libraries
2019-05-30 23:08:20 +03:00
MardanovTimur
c01229ffa0
fixed
2019-05-30 22:44:46 +03:00
MardanovTimur
7ba826fb49
fix @paginate decorator
2019-05-30 22:43:07 +03:00
MardanovTimur
7c532e317a
version updated
2019-05-28 14:48:54 +03:00
MardanovTimur
7091216c14
fixed get_node method. Updated with graphene-django
2019-05-28 03:57:25 +03:00
MardanovTimur
02afb15d85
fixed conflicts
2019-05-28 03:47:42 +03:00
MardanovTimur
76fbcefbc7
cleanup the code
2019-05-22 01:00:30 +03:00
Paul Hallett
b0cba398a1
Merge pull request #647 from dulmandakh/react-16.8.6
...
bump react to 16.8.6
2019-05-21 14:18:45 +01:00
MardanovTimur
4f2fb3ebea
fix
2019-05-21 15:03:43 +03:00
MardanovTimur
a4949abe58
fixed settings
2019-05-21 14:39:06 +03:00
MardanovTimur
02d7090d6f
graphene-neo4j release
2019-05-20 16:35:36 +03:00
Dulmandakh
7690c2c002
bump react to 16.8.6
2019-05-20 19:41:25 +08:00
Dulmandakh
49aedf171a
bump graphiql to 0.13.0, and rename __debug to _debug due to __ limitations
2019-05-20 17:48:28 +08:00
zorig
ba64bceab0
graphiql version upgrade
2019-05-15 17:22:29 +08:00
Paul Hallett
e26a9f2a44
Merge pull request #631 from graphql-python/fix-628
...
Fix importing error for GraphQLTestCase
2019-05-13 18:12:22 +01:00
Mel van Londen
865c9535b9
Bugfix: FormMutation was always causing boolean fields to be required ( #613 )
...
Bugfix: FormMutation was always causing boolean fields to be required
2019-05-09 11:47:47 -07:00
Paul Hallett
2bf7e7f66d
Fix importing error for GraphQLTestCase
2019-05-08 22:45:28 +01:00
Paul Hallett
0d178b38fb
Merge pull request #609 from acu/fix-connection-field-required
...
Fix passing required=True to DjangoConnectionField
2019-05-06 12:01:12 +01:00
Paul Hallett
e6ad5887ca
Introduce Black formatting, additional tests
2019-05-02 17:46:35 +01:00
Alexandre Kirszenberg
b49d315a39
4 spaces
2019-05-01 15:49:54 +02:00
Mel van Londen
fb8a129752
Merge pull request #608 from GitRon/feature/base-test-class
...
Added test class for django api unittests and documentation
2019-04-27 09:16:23 -07:00
MardanovTimur
3f9eed71b7
fixed len in map error
2019-04-17 02:41:01 +03:00
MardanovTimur
45734bb3f1
fixed errors. improved edge queries
2019-04-17 02:28:15 +03:00
David Sanders
6acd917cf7
Drop old Django compatibility code
2019-04-15 05:53:30 -07:00
Ronny Vedrilla
29b8ea8398
Bugfix: FormMutation was always causing boolean fields to be required
2019-04-05 14:27:53 +02:00
MardanovTimur
6bcd0cb36c
instatiate middlewares
2019-03-31 14:30:33 +03:00
Patrick Arminio
923d8282c7
Fix duplicated ErrorType declaration ( #539 )
...
* Add failing test case
* Fix duplicated ErrorType declaration
2019-03-31 12:01:43 +01:00
Jason Kraus
0a5020bee1
Get queryset ( #528 )
...
* first attempt at adding get_queryset
* add queryset_resolver to DjangoConnectionField and fix test failures
* cleanup get_queryset API to match proposal as close as possible
* pep8 fix: W293
* document get_queryset usage
* add test for when get_queryset is defined on DjangoObjectType
2019-03-31 12:01:17 +01:00
Gary Donovan
fcc3de2a90
Allow graphql schema export to use a canonical representation ( #439 )
...
When we use the `graphql_schema` management command, the output can vary from run to run depending on arbitrary factors (because there is no guarantee made about the order used to output JSON dictionary keys). This makes it difficult to compare two schema's at different points in time.
We address this by including a new `canonical` flag to the command, which uses standard `json.dump` funcitonality to sort dictionary keys and force pretty-printed output.
2019-03-31 11:30:29 +01:00
Alexandre Kirszenberg
8beadc759f
Correctly propagate NonNull to inner connection type
2019-03-30 19:43:11 +01:00
Ronny Vedrilla
3c11a980fe
Python 2.7 syntax compat
2019-03-29 12:53:18 +01:00
Ronny Vedrilla
b491878c27
* Added test class for django api unittests and documentation how to use it
2019-03-29 11:51:40 +01:00
Ronny Vedrilla
d5d0c519ce
Replaced a copy-paste error causing one test case not to run
2019-03-27 15:21:15 +01:00
MardanovTimur
f44babe153
create nodes throw terminal
2019-03-23 06:24:51 +03:00
MardanovTimur
45104749a0
fix typo
2019-03-23 06:09:20 +03:00
MardanovTimur
7ab0e806c1
added advanced utils + self written constructors
2019-03-23 04:04:31 +03:00
MardanovTimur
87a98fc6f8
fixed custom directives
2019-03-22 22:51:19 +03:00
Adam Johnson
ea2cd9894f
Always use HTTPS for CDN files ( #498 )
...
* Always use HTTPS for CDN files
There's no point using insecure, deprecated HTTP even if the current page is on HTTP.
* add integrity and crossorigin attributes
2019-03-19 20:34:10 +00:00
Jonathan Kim
297b807f96
Merge pull request #508 from danpalmer/graphiql-no-querystring
...
Improve Security of GraphiQL
2019-03-16 11:30:32 +00:00
Jonathan Kim
ce8fa7f9f2
Fix lint error
2019-03-09 22:39:04 +01:00
MardanovTimur
85d45414f9
fix
2019-02-24 02:45:47 +03:00
Mardanov Timur Rustemovich
0616e04513
added first value by default = 100
2019-02-13 17:16:49 +03:00
Mardanov Timur Rustemovich
54fa1ee876
nonnull fields deleted
2019-02-05 12:52:19 +03:00
Mardanov Timur Rustemovich
1685b36e80
added post_resolver in django connection field
2019-02-04 13:33:51 +03:00
Mardanov Timur Rustemovich
c2e175a94c
fix
2019-02-01 05:06:03 +03:00