We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ee9ec commit 81eb8d8Copy full SHA for 81eb8d8
1 file changed
src/schema.py
@@ -292,6 +292,7 @@ def resolve_gym(self, info):
292
class CapacityReminder(SQLAlchemyObjectType):
293
class Meta:
294
model = CapacityReminderModel
295
+ exclude_fields = ("fcm_token",)
296
297
298
# MARK: - Query
0 commit comments