Use list int directly for user id input
This commit is contained in:
@@ -57,8 +57,8 @@ input FilterInput {
|
||||
cueBallSpeed: CueBallSpeedInput = null
|
||||
intendedPocketType: IntendedPocketTypeInput = null
|
||||
shotDirection: ShotDirectionInput = null
|
||||
videoId: InListFilter = null
|
||||
userId: InListFilter = null
|
||||
videoId: [Int!] = null
|
||||
userId: [Int!] = null
|
||||
}
|
||||
|
||||
input AndFilter {
|
||||
@@ -102,10 +102,6 @@ input ShotDirectionInput {
|
||||
value: EnumFilter!
|
||||
}
|
||||
|
||||
input InListFilter {
|
||||
inList: [Int!] = null
|
||||
}
|
||||
|
||||
type UserGQL {
|
||||
id: Int!
|
||||
firebaseUid: String!
|
||||
|
Reference in New Issue
Block a user