Compare commits
5 Commits
loewy/fix-
...
fe9b9ac9cc
| Author | SHA1 | Date | |
|---|---|---|---|
| fe9b9ac9cc | |||
| 0cf074b35b | |||
| e3d7a5aaac | |||
| 65151d4b6b | |||
| 594c89ab76 |
@@ -250,6 +250,11 @@ input CreatePoolHallCameraInput {
|
||||
claimTermsText: String = null
|
||||
}
|
||||
|
||||
input CreateShotShareLinkInput {
|
||||
shotIds: [Int!]!
|
||||
paddingSeconds: Float = null
|
||||
}
|
||||
|
||||
input CreatePoolHallInput {
|
||||
name: String!
|
||||
address: String = null
|
||||
@@ -1946,6 +1951,11 @@ type UserSubscriptionStatusGQL {
|
||||
stripeSubscriptionId: String
|
||||
}
|
||||
|
||||
type ShareLinkGQL {
|
||||
slug: String!
|
||||
url: String!
|
||||
}
|
||||
|
||||
type VideoExportJobGQL {
|
||||
id: Int!
|
||||
videoId: Int!
|
||||
|
||||
Reference in New Issue
Block a user