graphene/graphene/types
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
..
tests fix: Input fields and Arguments can now be deprecated (#1472) 2022-12-10 12:25:07 +01:00
__init__.py Fix BigInt export (#1456) 2022-08-28 17:30:26 +02:00
argument.py fix: Input fields and Arguments can now be deprecated (#1472) 2022-12-10 12:25:07 +01:00
base.py ObjectType meta arguments (#1219) 2020-06-29 15:26:08 -07:00
base64.py fix: add default param _variables to parse_literal #1419 2022-05-03 13:51:14 +02: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: input with invalid types should raise an error 2022-06-20 15:15:14 +02:00
definitions.py Add copy function for GrapheneGraphQLType (#1463) 2022-10-24 20:06:24 +02:00
dynamic.py Rename variables called type to type_ (#1216) 2020-06-27 11:18:11 +01:00
enum.py chore: Make Graphene enums iterable like Python enums (#1473) 2022-11-16 21:30:49 +01:00
field.py Subscription revamp (#1235) 2020-07-28 13:33:21 -07:00
generic.py fix: add default param _variables to parse_literal #1419 2022-05-03 13:51:14 +02:00
inputfield.py fix: Input fields and Arguments can now be deprecated (#1472) 2022-12-10 12:25:07 +01:00
inputobjecttype.py fix: MyPy findings due to a mypy version upgrade were corrected (#1477) 2022-11-16 21:23:37 +01:00
interface.py update InterfaceOptions to fix failing test 2021-01-15 13:02:08 -05:00
json.py fix: input with invalid types should raise an error 2022-06-20 15:15:14 +02:00
mountedtype.py Updated all str.format(…) to f-strings (#1158) 2020-03-14 17:32:44 -07:00
mutation.py Merge pull request #1381 from belkka/patch-1 2022-08-13 15:19:52 +02: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 fix: input with invalid types should raise an error 2022-06-20 15:15:14 +02:00
schema.py fix: Input fields and Arguments can now be deprecated (#1472) 2022-12-10 12:25:07 +01:00
structures.py Updated all str.format(…) to f-strings (#1158) 2020-03-14 17:32:44 -07:00
union.py Fix typo in union comments 2022-05-25 17:45:28 +02: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 fix: input with invalid types should raise an error 2022-06-20 15:15:14 +02:00