diff --git a/src/index.tsx b/src/index.tsx index 55067be..959d5bd 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -400,7 +400,7 @@ export type UserGql = { }; export type ValueFilterBool = { - equals?: InputMaybe; + equals?: InputMaybe; }; export type ValueFilterString = { diff --git a/src/schema.gql b/src/schema.gql index 756d0c0..4cfcc1e 100644 --- a/src/schema.gql +++ b/src/schema.gql @@ -113,7 +113,7 @@ input MakeInputGQL { } input ValueFilterBool { - equals: String = null + equals: Boolean = null } input GameTypeInputGQL {