Make filter is boolean filter
This commit is contained in:
parent
050705c370
commit
26ed50a7a1
@ -400,7 +400,7 @@ export type UserGql = {
|
||||
};
|
||||
|
||||
export type ValueFilterBool = {
|
||||
equals?: InputMaybe<Scalars["String"]["input"]>;
|
||||
equals?: InputMaybe<Scalars["Boolean"]["input"]>;
|
||||
};
|
||||
|
||||
export type ValueFilterString = {
|
||||
|
@ -113,7 +113,7 @@ input MakeInputGQL {
|
||||
}
|
||||
|
||||
input ValueFilterBool {
|
||||
equals: String = null
|
||||
equals: Boolean = null
|
||||
}
|
||||
|
||||
input GameTypeInputGQL {
|
||||
|
Loading…
Reference in New Issue
Block a user