-
Notifications
You must be signed in to change notification settings - Fork 14
/
draft.graphql
47 lines (41 loc) · 908 Bytes
/
draft.graphql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Code generated by github.com/luojilab.com/json2graphql
# This is only draft of schema, please double check fields with TODO
type Users {
sex: String # TODO check this field
id: Int
name: String
}
type Extra {
recheck_offset: String
cache_key_order: String
parent_platform: String
cache_key_refund: String
routing_key_order: String
routing_key_refund: String
page_size: String
showcase_id: String
}
type Platform {
created: String
account: String
key1: String
site: String
is_active: Boolean
interval: String
company: Int
admin: Int
id: Int
updated: String
account_ext: String
api_url: String
users: [Users]
extra: Extra
direction: Int
display_name: String
last_success: String # TODO check this field
ptype: Int
auth_valid: Boolean
}
type ExampleResult {
platform: Platform
}