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