-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
schema: "https://api.uat.fyndx1.de/service/webhooks/graphql/" | ||
generates: | ||
src/types/graphql.ts: | ||
plugins: | ||
- "typescript" | ||
- "typescript-operations" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { FollowPostResponse } from "../../types/graphql"; | ||
export declare function unfollowByIdHandler(res: FollowPostResponse, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { AddCartDetailResponse } from "../../types/graphql"; | ||
export declare function addItemsToCartHandler(addItemsToCart: AddCartDetailResponse, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { CartDetailResponse } from "../../types/graphql"; | ||
export declare function applyCouponHandler(applyCoupon: CartDetailResponse, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { CartDetailResponse } from "../../types/graphql"; | ||
export declare function applyRewardPointsHandler(applyRewardPoints: CartDetailResponse, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { FollowPostResponse } from "../../types/graphql"; | ||
export declare function followByIdHandler(res: FollowPostResponse, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { GetShareCartLinkResponse } from "../../types/graphql"; | ||
export declare function getCartShareLinkHandler(getCartShareLink: GetShareCartLinkResponse, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import { ThunkActionDispatch } from "redux-thunk"; | ||
export declare function mutationResponseHandler(responseData: any, dispatch: ThunkActionDispatch<any>, params: any): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { AuthSuccess } from "../../types/graphql"; | ||
export declare function loginWithAppleIOSHandler(loginWithAppleIOS: AuthSuccess, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { LoginSuccess } from "../../types/graphql"; | ||
export declare function loginWithEmailAndPasswordHandler(loginWithEmailAndPassword: LoginSuccess, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { AuthSuccess } from "../../types/graphql"; | ||
export declare function loginWithFacebookHandler(loginWithFacebook: AuthSuccess, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { AuthSuccess } from "../../types/graphql"; | ||
export declare function loginWithGoogleHandler(loginWithGoogle: AuthSuccess, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { SendOtpResponse } from "../../types/graphql"; | ||
export declare function loginWithOTPHandler(loginWithOTP: SendOtpResponse, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { CartDetailResponse } from "../../types/graphql"; | ||
export declare function removeCouponHandler(removeCoupon: CartDetailResponse, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { CartShipmentsResponse } from "../../types/graphql"; | ||
export declare function selectAddressHandler(res: CartShipmentsResponse, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { Cart } from "../../types/graphql"; | ||
export declare function selectPaymentModehandler(res: Cart, dispatch: ThunkActionDispatch<any>, params: unknown, oldStore: unknown): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { UpdateAddressResponse } from "../../types/graphql"; | ||
export declare function updateAddressHandler(updateAddress: UpdateAddressResponse, dispatch: ThunkActionDispatch<any>): void; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import type { ThunkActionDispatch } from "redux-thunk"; | ||
import { UpdateCartDetailResponse } from "../../types/graphql"; | ||
export declare function updateCartHandler(updateCart: UpdateCartDetailResponse, dispatch: ThunkActionDispatch<any>, params: any, oldStore: unknown): void; |