OBJECT
User
MongoDB/GraphQL User model
Modelo de Usuario de MongoDB/GraphQL
link GraphQL Schema definition
- type User {
- : String
- : GlobalRole
- : String!
- : String
- : String
- : Date
- : UserPreferences
- : OauthIds
- : [WebPushSubscription]!
- }
OBJECT
MongoDB/GraphQL User model
Modelo de Usuario de MongoDB/GraphQL
- type User {
- : String
- : GlobalRole
- : String!
- : String
- : String
- : Date
- : UserPreferences
- : OauthIds
- : [WebPushSubscription]!
- }