graphene/graphene/types
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
..
tests Fix Test Failure due to #1304 2022-08-13 14:51:58 +02:00
__init__.py Expose Base64 type and add custom scalar examples (#1223) 2020-07-09 17:55:27 +01:00
argument.py fix: default value for argument should be Undefined (Issue #1394) and update function from_global_id exception handling (b217aefa8c) 2022-03-20 18:49:44 +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: add default param _variables to parse_literal #1419 2022-05-03 13:51:14 +02:00
definitions.py Make Graphene compatible with Core 3.2 2022-05-07 00:50:03 +02:00
dynamic.py Rename variables called type to type_ (#1216) 2020-06-27 11:18:11 +01:00
enum.py feat: add ability to provide a type name to enum when using from_enum 2022-06-24 18:18:04 +02: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 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 update InterfaceOptions to fix failing test 2021-01-15 13:02:08 -05:00
json.py fix: add default param _variables to parse_literal #1419 2022-05-03 13:51:14 +02: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 Merge pull request #1421 from Cito/upgrade-dev-env 2022-05-07 00:53:24 +02:00
schema.py Merge pull request #1304 from closeio/support-interface-implementations 2022-08-13 14:28:17 +02: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: add default param _variables to parse_literal #1419 2022-05-03 13:51:14 +02:00