feat(graphene): add address_line_1 and address_line_2 to object types

Expanded the object type fields to include additional address details for better data representation.
This commit is contained in:
Egor Pavlovich Gorbunov 2026-03-04 20:17:30 +03:00
parent 6ac5636779
commit 3859445c78

View file

@ -388,6 +388,8 @@ class AddressType(DjangoObjectType):
"postal_code",
"country",
"raw_data",
"address_line_1",
"address_line_2",
"api_response",
"user",
)