mirror of
https://github.com/idolpx/csdb-ng.git
synced 2025-12-05 20:28:49 -05:00
Add files via upload
This commit is contained in:
parent
b9c208c09a
commit
b6ff7deed2
|
|
@ -402,13 +402,25 @@ type SID {
|
|||
|
||||
type Query {
|
||||
release(id: Int!) : Release
|
||||
releases(id: [Int]!) : [Release]
|
||||
|
||||
group(id: Int!) : Group
|
||||
groups(id: [Int]!) : [Group]
|
||||
|
||||
scener(id: Int!) : Scener
|
||||
sceners(id: [Int]!) : [Scener]
|
||||
|
||||
handle(id: Int!) : Handle
|
||||
handles(id: [Int]!) : [Handle]
|
||||
|
||||
event(id: Int!) : Event
|
||||
events(id: [Int]!) : [Event]
|
||||
|
||||
bbs(id: Int!) : BBS
|
||||
bbss(id: [Int]!) : [BBS]
|
||||
|
||||
sid(id: Int!) : SID
|
||||
sids(id: [Int]!) : [SID]
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user