adds get deployed configuration query
This commit is contained in:
@@ -4,6 +4,7 @@ type Query {
|
||||
): [AggregateResultGQL!]!
|
||||
getUser(userId: Int!): UserGQL
|
||||
getLoggedInUser: UserGQL
|
||||
getDeployedConfig: DeployedConfigGQL!
|
||||
getVideo(videoId: Int!): VideoGQL!
|
||||
getShots(filterInput: FilterInput = null): [ShotGQL!]!
|
||||
getBucketSet(keyName: String!): BucketSetGQL
|
||||
@@ -143,6 +144,10 @@ Decimal (fixed-point)
|
||||
"""
|
||||
scalar Decimal
|
||||
|
||||
type DeployedConfigGQL {
|
||||
allowNewUsers: Boolean!
|
||||
}
|
||||
|
||||
type VideoGQL {
|
||||
id: Int!
|
||||
owner: UserGQL
|
||||
|
Reference in New Issue
Block a user