Laurent
9b80a1dfa9
Merge 0ea463671e
into 52143473ef
2022-12-27 11:15:20 +03:00
Peder Johnsen
52143473ef
docs: Remove prerelease notice ( #1487 )
2022-12-25 22:59:05 +01:00
Pei-Lun H
8eb2807ce5
docs: Correct the module name of custom scalar example in documentation ( #1486 )
2022-12-23 07:57:45 +01:00
Erik Wrede
340d5ed12f
release: 3.2.1
2022-12-11 21:05:25 +01:00
Vladyslav Hutov
19ea63b9c5
fix: Input fields and Arguments can now be deprecated ( #1472 )
...
Non-required InputFields and arguments now support deprecation via setting the `deprecation_reason` argument upon creation.
2022-12-10 12:25:07 +01:00
Erik Wrede
d5dadb7b1b
release: 3.2.0
...
fixes previous release number 3.1.2 due to a pending feature release
2022-12-09 10:53:50 +01:00
Erik Wrede
8596349405
release: 3.1.2
2022-12-09 10:46:24 +01:00
Mike Roberts
a141e848c3
Do not interpret Enum members called 'description' as description properties ( #1478 )
...
This is a workaround for `TypeError`s being raised when initialising schemas with
Enum members named `description` or `deprecation_reason`.
Fixes #1321
2022-12-01 11:06:24 +01:00
Erik Wrede
f09b2e5a81
housekeeping: pin ubuntu to 20.04 for python 3.6
...
Ubuntu:latest doesn't include py36 anymore. Keep this until we add 3.11 and drop 3.6.
See:
https://github.com/actions/setup-python/issues/544
https://github.com/rwth-i6/returnn/issues/1226
2022-11-21 15:40:05 +01:00
Mike Roberts
7f6fa16194
feat_ ( #1476 )
...
Previously, installing graphene and trying to do `from graphene.test import Client`
as recommended in the docs caused an `ImportError`, as the 'promise' library
is imported but only listed as a requirement in the 'test' section of the setup.py
file.
2022-11-16 21:38:15 +01:00
Rens Groothuijsen
0b1bfbf65b
chore: Make Graphene enums iterable like Python enums ( #1473 )
...
* Makes Graphene enums iterable like Python enums by implementing __iter__
2022-11-16 21:30:49 +01:00
Rens Groothuijsen
f891a3683d
docs: Disambiguate argument name in quickstart docs ( #1474 )
2022-11-16 21:27:34 +01:00
Erik Wrede
a2b63d8d84
fix: MyPy findings due to a mypy version upgrade were corrected ( #1477 )
2022-11-16 21:23:37 +01:00
Rens Groothuijsen
b349632a82
Clarify execution order in middleware docs ( #1475 )
2022-11-15 08:48:48 +01:00
Laurent Riviere
0ea463671e
fix: static method
2022-10-27 13:06:51 +00:00
Kevin Le
ccdd35b354
hashable Enum ( #1461 )
2022-10-27 13:55:38 +02:00
Thomas Leonard
10c53d3d98
Merge branch 'master' into feat/add-optional-prefix
2022-10-26 10:37:13 +02:00
Laurent Riviere
673a28288d
fix: docs
2022-10-26 08:12:00 +00:00
Laurent Riviere
b0e179fcf5
fix: style
2022-10-26 08:11:36 +00:00
Laurent Riviere
97dd7e5ac1
fix: review
2022-10-26 08:03:56 +00:00
Laurent Riviere
84237060f4
fix: added Scalar
2022-10-25 14:28:35 +00:00
Kristian Uzhca
6969023491
Add copy function for GrapheneGraphQLType ( #1463 )
2022-10-24 20:06:24 +02:00
Laurent Riviere
8cb9791342
fix: reviews comments
2022-10-24 16:46:34 +00:00
Laurent Riviere
0633b629f5
fix: style
2022-10-15 10:39:38 +00:00
Laurent Riviere
2dee4f2b37
feat: added object_type_name_prefix
2022-10-14 13:21:09 +00:00
Thomas Leonard
ee1ff975d7
feat: Add support for custom global (Issue #1276 ) ( #1428 )
...
Co-authored-by: Thomas Leonard <thomas@loftorbital.com>
2022-09-19 10:17:31 +02:00
Erik Wrede
b20bbdcdf7
v3.1.1
2022-09-08 10:55:05 +02:00
Cadu
694c1db21e
Vendor DataLoader
from aiodataloader
and move get_event_loop()
out of __init__
function. ( #1459 )
...
* Vendor DataLoader from aiodataloader and also move get_event_loop behavior from `__init__` to a property which only gets resolved when actually needed (this will solve PyTest-related to early get_event_loop() issues)
* Added DataLoader's specific tests
* plug `loop` parameter into `self._loop`, so that we still have the ability to pass in a custom event loop, if needed.
Co-authored-by: Erik Wrede <erikwrede2@gmail.com>
2022-09-07 20:32:53 +02:00
Erik Wrede
20219fdc1b
Update README.md
...
Update
2022-09-06 13:42:38 +02:00
Christian Clauss
45986b18e7
Upgrade GitHub Actions ( #1457 )
2022-08-28 20:25:55 +02:00
Ülgen Sarıkavak
c5ccc9502d
Upgrade base Python version to 3.10 ( #1449 )
2022-08-28 17:33:35 +02:00
Erik Wrede
35c281a3cd
Fix BigInt export ( #1456 )
2022-08-28 17:30:26 +02:00
Ülgen Sarıkavak
355601bd5c
Remove duplicate flake8 call in tox, it's covered by pre-commit ( #1448 )
2022-08-27 18:13:48 +02:00
Christian Clauss
cbf59a88ad
Add Python 3.11 release candidate 1 to the testing ( #1450 )
...
* Add Python 3.11 release candidate 1 to the testing
https://www.python.org/download/pre-releases
* Update tests.yml
2022-08-27 18:06:38 +02:00
Erik Wrede
24059a8b40
Merge pull request #1370 from DrewHoo/fix/ariadne-link
2022-08-20 14:59:22 +02:00
Erik Wrede
d96ec55abb
Merge branch 'master' into fix/ariadne-link
2022-08-20 14:59:02 +02:00
Erik Wrede
f1e8f4862a
Merge pull request #1447 from ulgens/update_precommit
2022-08-19 08:57:13 +02:00
Ülgen Sarıkavak
e6429c3c5b
Update pre-commit hooks
2022-08-19 09:20:51 +03:00
Erik Wrede
ed1290aaba
Merge pull request #1407 from alimcmaster1/patch-1
...
Update quickstart.rst
2022-08-18 09:41:32 +02:00
Erik Wrede
84faf8f57c
Merge pull request #1444 from karmingc/karmingc/readme-typo
...
fix: use install instead of instal for consistency
2022-08-18 09:39:32 +02:00
karming
0ac4d9397e
fix: use install instead of instal for consistency
2022-08-16 19:21:29 -04:00
Erik Wrede
023452a09f
Merge pull request #1442 from graphql-python/erikwrede-patch-1
...
Delete coveralls.yml
2022-08-14 12:42:55 +02:00
Erik Wrede
6339f489e9
Delete coveralls.yml
...
We are now using Codecov
2022-08-14 12:09:07 +02:00
Erik Wrede
23ca978918
Merge pull request #1414 from loft-orbital/issue-#1413_fix-invalid-input-type
...
Providing an invalid value to an input type will now provoke an exception.
For example if the input as the type `UUID` and that you provide the value `2` it will now fail.
2022-08-14 11:55:45 +02:00
Erik Wrede
97abb9db42
Merge pull request #1381 from belkka/patch-1
...
Avoid ambiguity in graphene.Mutation docstring [documentation]
2022-08-13 15:19:52 +02:00
Erik Wrede
57f3aa3ba9
Merge pull request #1190 from graphql-python/update-dataloaderdocs
...
Update Dataloader docs
2022-08-13 15:14:44 +02:00
Erik Wrede
8e1c3d3102
Merge branch 'master' into update-dataloaderdocs
2022-08-13 15:11:12 +02:00
Erik Wrede
13c661332e
Fix typo
...
Co-authored-by: Justin Miller <justinrmiller@users.noreply.github.com>
2022-08-13 15:08:34 +02:00
Erik Wrede
80e3498750
Fix Test Failure due to #1304
...
assert bar_graphql_type.interfaces == [foo_graphql_type] failed only on tox, because .interfaces was a tuple instead of a list. Error didn't occur using just pytest. Fixed by explicitly
converting both to list.
2022-08-13 14:51:58 +02:00
Erik Wrede
c77d87d205
Merge pull request #1304 from closeio/support-interface-implementations
...
Add support for interfaces on interfaces
2022-08-13 14:28:17 +02:00