diff --git a/engine/core/graphene/object_types.py b/engine/core/graphene/object_types.py index d5d6f687..4076d082 100644 --- a/engine/core/graphene/object_types.py +++ b/engine/core/graphene/object_types.py @@ -388,6 +388,8 @@ class AddressType(DjangoObjectType): "postal_code", "country", "raw_data", + "address_line_1", + "address_line_2", "api_response", "user", )