ERROR in src/graphql/generated/graphql.ts:8072:108 TS2345: Argument of type 'UseQueryOptions> | Ref>> | ReactiveFunction<...>' is not assignable to parameter of type 'OptionsParameter>'. Type 'Ref>>' is not assignable to type 'OptionsParameter>'. Property '[RefSymbol]' is missing in type 'import("Z:/GitHub/nitroleague-frontend/node_modules/@vue/composition-api/dist/index").Ref> = {}, 8071 | ) { > 8072 | return VueApolloComposable.useQuery(CurrentUserDocument, {}, options); | ^^^^^^^ 8073 | } 8074 | export type CurrentUserQueryCompositionFunctionResult = VueApolloComposable.UseQueryReturn< 8075 | CurrentUserQuery, ERROR in src/graphql/generated/graphql.ts:8107:99 TS2345: Argument of type 'UseQueryOptions> | Ref>> | ReactiveFunction<...>' is not assignable to parameter of type 'OptionsParameter>'. Type 'Ref>>' is not assignable to type 'OptionsParameter>'. Property '[RefSymbol]' is missing in type 'import("Z:/GitHub/nitroleague-frontend/node_modules/@vue/composition-api/dist/index").Ref> = {}, 8106 | ) { > 8107 | return VueApolloComposable.useQuery(GetUsersDocument, {}, options); | ^^^^^^^ 8108 | } 8109 | export type GetUsersQueryCompositionFunctionResult = VueApolloComposable.UseQueryReturn< 8110 | GetUsersQuery,