mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
feat(core): add split view to experimental features settings (#6093)
This commit is contained in:
@@ -374,6 +374,9 @@ type UserType {
|
||||
"""User email verified"""
|
||||
emailVerified: Boolean!
|
||||
|
||||
"""Enabled features of a user"""
|
||||
features: [FeatureType!]!
|
||||
|
||||
"""User password has been set"""
|
||||
hasPassword: Boolean
|
||||
id: ID!
|
||||
|
||||
Reference in New Issue
Block a user