Features: 1) Add interfaces with relay.Node to Address Meta class;

Fixes: None;

Extra: None;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-07-12 19:04:00 +03:00
parent 09366213b6
commit eb213c7f3f

View file

@ -236,6 +236,7 @@ class AddressType(DjangoObjectType):
class Meta:
model = Address
interfaces = (relay.Node,)
fields = (
"uuid",
"street",