Add files via upload

This commit is contained in:
Jaime Idolpx 2024-10-06 21:19:12 -05:00 committed by GitHub
parent b9c208c09a
commit b6ff7deed2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {