Skip to content

Commit 81eb8d8

Browse files
committed
Exclude fcm token from schema
1 parent a2ee9ec commit 81eb8d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ def resolve_gym(self, info):
292292
class CapacityReminder(SQLAlchemyObjectType):
293293
class Meta:
294294
model = CapacityReminderModel
295+
exclude_fields = ("fcm_token",)
295296

296297

297298
# MARK: - Query

0 commit comments

Comments
 (0)