MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / IdentitySerializerFull

Class IdentitySerializerFull

api/environments/identities/serializers.py:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class IdentitySerializerFull(serializers.ModelSerializer): # type: ignore[type-arg]
22 identity_features = FeatureStateSerializerFull(many=True)
23 environment = EnvironmentSerializerFull()
24
25 class Meta:
26 model = Identity
27 fields = ("id", "identifier", "identity_features", "environment")
28
29
30class IdentitySerializer(serializers.ModelSerializer): # type: ignore[type-arg]

Callers

nothing calls this directly

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…