We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb178f commit 2611b8eCopy full SHA for 2611b8e
fauna/resources/collections/users.fql
@@ -10,31 +10,5 @@ CreateCollection({
10
# "username": String,
11
# "createdAt": Time,
12
# "updatedAt": Time,
13
-# "socials": {
14
-# "github": String,
15
-# "facebook": String,
16
-# "twitter": String,
17
-# "linkedin": String,
18
-# "codepen": String,
19
-# "discord": String,
20
-# "blog": String
21
-# },
22
-# "account": {
23
-# "firstName": String,
24
-# "lastName": String,
25
-# "bio": String
26
27
-# "timestamps": {
28
-# "createdAt": Time,
29
-# "updatedAt": Time
30
31
-# otherDetails: {
32
-# "userType": String('developer' | 'employer' | 'none')
33
-# "mobile": String
34
-# "isCurrentlyWorking": String('yes' | 'no' | 'none')
35
-# "lookingForWork": String('yes' | 'no' | 'none')
36
-# "company": String
37
-# "technologiesFamiliarWith": String[]
38
-# }
39
# }
40
**/
0 commit comments