Radosław Kowalski
55769e814f
Add headers support to GraphiQL ( #1016 )
...
Co-authored-by: Jonathan Kim <jkimbo@gmail.com>
2020-08-07 10:13:26 +01:00
Eric Abruzzese
057b491176
GraphiQL cleanup ( #1002 )
...
* Add integrity checks for GraphiQL CDN resources
Also fixes an erroneous assignment preventing a setting from getting to
the UI.
* Pass SRIs and new versions to the template
* Update hashes
* Use SRI-stable artifacts for GraphiQL resources
2020-07-12 12:48:12 -07:00
Eric Abruzzese
6aa6aaaa8c
Update GraphiQL, add GraphiQL subscription support ( #1001 )
2020-07-12 14:42:31 +01:00
Marc Simon
975f45ed1a
GraphQlView: Do not 'instantiate_middleware' if middleware is already a MiddlewareManager ( #952 )
2020-05-09 12:15:16 +01:00
Sergey Fursov
aeb04d5b5c
use actual root/variables/context args of the execute method ( #878 )
2020-02-23 09:50:40 +00:00
Gilly Ames
4f21750fc2
Upgrade graphiql version to fix history tool ( #772 )
...
Graphiql has a history tool that allows you to save and label favourites, but this version has a bug (fixed https://github.com/graphql/graphiql/issues/750 ). This change upgrades to the latest version.
2019-09-22 20:43:46 +01: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
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
e6ad5887ca
Introduce Black formatting, additional tests
2019-05-02 17:46:35 +01:00
Dan Palmer
219005952a
Don't execute on GET for GraphiQL
...
We can also now return GraphiQL earlier in the request handling.
2018-08-30 19:29:33 +01:00
Syrus Akbary
54ef52e1c6
Reformatted files using black
2018-07-19 16:52:24 -07:00
Syrus Akbary
a65f786ba4
Fixed requirement
2018-06-05 12:31:25 -07:00
Syrus Akbary
33c6fdf5ab
Added graphql-core min version to requirements
2018-06-05 01:24:53 -07:00
Syrus Akbary
70dffa94e7
Merge pull request #212 from maqquettex/fix_cbv_inheritance
...
Inheritance support for GraphQLView (class attributes)
2018-03-29 23:19:29 -07:00
Syrus Akbary
dbd3957a9f
Merge pull request #340 from urbandove/qfactor
...
Fix qfactor rankings for HTTP-ACCEPT
2018-02-11 14:01:18 -08:00
Anton Zhdan-Pushkin
2cb3d4b68e
Class attributes for GraphQLView (schema, pretty, graphiql, batch)
2018-02-01 16:39:06 +02:00
Jonathan Kim
cf35f7c76c
Upgrade graphiql and react versions
2018-02-01 10:01:05 +00:00
=
28cccb49f7
add saces for linter
2017-12-18 11:40:19 -05:00
=
6da95d72ea
Rename [html/json]_index to _priority
2017-12-16 19:32:01 -05:00
=
6008cb6de4
Fix qfactor rankings for HTTP-ACCEPT
2017-12-11 21:08:42 -05:00
Syrus Akbary
670437d756
Merge branch 'master' into patch-1
2017-11-14 21:05:47 -08:00
Syrus Akbary
5051d3bb61
Fixed lint
2017-10-25 10:54:13 -07:00
Ivan Belokobylskiy
459d7df42b
Access to batch endpoint without parameters fixed
...
ValueError: max() arg is an empty sequence exception fixed
2017-09-27 18:46:32 +03:00
Kuan
2790f3bc02
Updated graphiql version for new versions
2017-07-13 15:14:06 -07:00
Syrus Akbary
0588f89b89
Merge pull request #148 from khankuan/patch-2
...
Fix graphiql refreshing operationName undefined
2017-06-28 20:53:32 -07:00
Kuan
8eb881e085
Fix graphiql refreshing operationName undefined
...
operationName is serialized into the query string as a string. When getting the query value for operationName, we need to convert string "null" into None.
2017-04-13 10:11:10 -07:00
Alexey Subbotin
a9f34dab93
request.body
might raise RawPostDataException, RequestDataTooBig, UnreadablePostError exceptions which are not related to invalid JSON data
2017-04-12 12:43:21 +02:00
Xitij Ritesh Patel
9eb339e2e3
Remove payload key from response and stick to original format.
2017-03-02 01:47:28 -05:00
Syrus Akbary
f217731066
Improved GraphQL batch view errors.
2017-02-20 01:58:21 -08: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
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
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
Syrus Akbary
f806fefff3
Fixed tests
2016-09-19 22:53:56 -07:00
Syrus Akbary
8caa2cd00f
Fixed middleware
2016-09-19 22:38:27 -07:00
Syrus Akbary
70dbd4b512
Improved PEP8 syntax
2016-09-19 22:15:10 -07:00
Syrus Akbary
3aa929fdc9
Moved django-graphql-view and django-graphiql into graphene-django 😎
2016-09-19 22:04:23 -07:00
Syrus Akbary
4e23c3ccf6
Improved python syntax and sorts (pep8). Improved Readme
2016-09-17 17:09:56 -07:00
Syrus Akbary
0434899b4e
Isolated Graphene Django in a new package
2016-09-17 16:31:17 -07:00