graphene/graphene/types
Christoph Zwerschke e441fa72aa
Add Python 3.9 and 3.10 to the test matrix
Also update the test dependencies and adapt two tests (#1400).
2022-01-11 12:13:12 +01:00
..
tests Add Python 3.9 and 3.10 to the test matrix 2022-01-11 12:13:12 +01:00
__init__.py Expose Base64 type and add custom scalar examples (#1223) 2020-07-09 17:55:27 +01:00
argument.py Rename variables called type to type_ (#1216) 2020-06-27 11:18:11 +01:00
base.py ObjectType meta arguments (#1219) 2020-06-29 15:26:08 -07:00
base64.py Add Base64 scalar (#1221) 2020-07-02 10:52:44 -07:00
context.py Graphene v3 following v3 graphql-core (#1048) 2019-08-17 17:07:53 -04:00
datetime.py Fix DateTime Scalar parse_literal methods (#1199) (#1200) 2020-06-04 21:30:23 -07:00
decimal.py fix(Decimal): parse integers as decimal. (#1295) 2021-01-06 09:54:45 +00:00
definitions.py Improve enum compatibility (#1153) 2020-07-13 15:40:57 -07:00
dynamic.py Rename variables called type to type_ (#1216) 2020-06-27 11:18:11 +01:00
enum.py ObjectType meta arguments (#1219) 2020-06-29 15:26:08 -07:00
field.py Subscription revamp (#1235) 2020-07-28 13:33:21 -07:00
generic.py Graphene v3 following v3 graphql-core (#1048) 2019-08-17 17:07:53 -04:00
inputfield.py Rename variables called type to type_ (#1216) 2020-06-27 11:18:11 +01:00
inputobjecttype.py Graphene v3 following v3 graphql-core (#1048) 2019-08-17 17:07:53 -04:00
interface.py fix typo in class 'Interface' (#1135) 2020-02-18 08:53:48 +00:00
json.py Graphene v3 following v3 graphql-core (#1048) 2019-08-17 17:07:53 -04:00
mountedtype.py Updated all str.format(…) to f-strings (#1158) 2020-03-14 17:32:44 -07:00
mutation.py Chore: Refactor Multi Expression Code 2021-11-05 02:21:14 +01:00
objecttype.py run linters locally 2021-08-24 08:30:54 +05:30
resolver.py Chore: Refactor Multi Expression Code 2021-11-05 02:21:14 +01:00
scalars.py add BigInt type (#1261) 2020-08-28 17:55:46 +02:00
schema.py Update schema.py 2021-08-21 18:34:39 +05:30
structures.py Updated all str.format(…) to f-strings (#1158) 2020-03-14 17:32:44 -07:00
union.py Updated all str.format(…) to f-strings (#1158) 2020-03-14 17:32:44 -07:00
unmountedtype.py Updated all str.format(…) to f-strings (#1158) 2020-03-14 17:32:44 -07:00
utils.py Improve enum compatibility (#1153) 2020-07-13 15:40:57 -07:00
uuid.py Updated all str.format(…) to f-strings (#1158) 2020-03-14 17:32:44 -07:00