1 | input QueryUser { |
3 | 2 | created_at: DateRange | |
5 | 4 | customizations: [QueryCustomization] | |
7 | 6 | email: String | |
9 | 8 | emails: [String] | |
11 | 10 | external_id: ID | |
13 | 12 | externals_id: [ID] | |
15 | 14 | first_name: String | |
17 | 16 | id: ID | |
19 | 18 | ids: [ID] | |
21 | 20 | is_deleted: Boolean | |
23 | 22 | last_name: String | |
25 | 24 | middle_name: String | |
27 | 26 | name: String | |
29 | 28 | profiles: [QueryUserProfile] | |
31 | 30 | slug: String | |
33 | 32 | without_ids: [ID] | |
34 | } |