@@ -241,7 +241,7 @@ export const Feed4Document = \`
241241export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
242242
243243
244- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
244+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
245245
246246export function getSdk(client: GraphQLClient, withWrapper: SdkFunctionWrapper = defaultWrapper) {
247247 return {
@@ -527,7 +527,7 @@ export const Feed4Document = gql\`
527527export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
528528
529529
530- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
530+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
531531
532532export function getSdk(client: GraphQLClient, withWrapper: SdkFunctionWrapper = defaultWrapper) {
533533 return {
@@ -805,7 +805,7 @@ export const Feed4Document = \`
805805export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
806806
807807
808- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
808+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
809809
810810export function getSdk(client: GraphQLClient, withWrapper: SdkFunctionWrapper = defaultWrapper) {
811811 return {
@@ -1085,7 +1085,7 @@ export const Feed4Document = gql\`
10851085export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
10861086
10871087
1088- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
1088+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
10891089const FeedDocumentString = print(FeedDocument);
10901090const Feed2DocumentString = print(Feed2Document);
10911091const Feed3DocumentString = print(Feed3Document);
@@ -1368,7 +1368,7 @@ export const Feed4Document = \`
13681368export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
13691369
13701370
1371- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
1371+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
13721372
13731373export function getSdk(client: GraphQLClient, withWrapper: SdkFunctionWrapper = defaultWrapper) {
13741374 return {
@@ -1648,7 +1648,7 @@ export const Feed4Document = gql\`
16481648export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
16491649
16501650
1651- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
1651+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
16521652
16531653export function getSdk(client: GraphQLClient, withWrapper: SdkFunctionWrapper = defaultWrapper) {
16541654 return {
@@ -1929,7 +1929,7 @@ export const Feed4Document = gql\`
19291929export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
19301930
19311931
1932- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
1932+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
19331933const FeedDocumentString = print(FeedDocument);
19341934const Feed2DocumentString = print(Feed2Document);
19351935const Feed3DocumentString = print(Feed3Document);
@@ -2213,7 +2213,7 @@ export const Feed4Document = gql\`
22132213export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
22142214
22152215
2216- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
2216+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
22172217const FeedDocumentString = print(FeedDocument);
22182218const Feed2DocumentString = print(Feed2Document);
22192219const Feed3DocumentString = print(Feed3Document);
@@ -2496,7 +2496,7 @@ export const Feed4Document = gql\`
24962496export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
24972497
24982498
2499- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
2499+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
25002500
25012501export function getSdk(client: GraphQLClient, withWrapper: SdkFunctionWrapper = defaultWrapper) {
25022502 return {
@@ -2776,7 +2776,7 @@ export const Feed4Document = gql\`
27762776export type SdkFunctionWrapper = <T>(action: (requestHeaders?:Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>;
27772777
27782778
2779- const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, variables ) => action();
2779+ const defaultWrapper: SdkFunctionWrapper = (action, _operationName, _operationType, _variables ) => action();
27802780
27812781export function getSdk(client: GraphQLClient, withWrapper: SdkFunctionWrapper = defaultWrapper) {
27822782 return {
0 commit comments