File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
[platform]/build-a-backend/data/connect-from-server-runtime/nuxtjs-server-runtime
gen1/[platform]/build-a-backend/server-side-rendering/nuxt Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -309,15 +309,15 @@ export default defineNuxtPlugin({
309
309
options : Parameters <typeof gqlServerClient .graphql >[1 ],
310
310
additionalHeaders ? : Record <string , string >
311
311
) =>
312
- runWithAmplifyServerContext <
313
- ReturnType < typeof gqlServerClient .graphql >
314
- > (amplifyConfig , libraryOptions , (contextSpec ) =>
315
- gqlServerClient .graphql (
316
- contextSpec ,
317
- options ,
318
- additionalHeaders
319
- )
320
- ),
312
+ runWithAmplifyServerContext <
313
+ ReturnType < typeof gqlServerClient .graphql >
314
+ > (amplifyConfig , libraryOptions , (contextSpec ) =>
315
+ gqlServerClient .graphql (
316
+ contextSpec ,
317
+ options ,
318
+ additionalHeaders
319
+ )
320
+ ),
321
321
},
322
322
},
323
323
},
Original file line number Diff line number Diff line change @@ -328,15 +328,15 @@ export default defineNuxtPlugin({
328
328
options : Parameters <typeof gqlServerClient .graphql >[1 ],
329
329
additionalHeaders ? : Record <string , string >
330
330
) =>
331
- runWithAmplifyServerContext <
332
- ReturnType < typeof gqlServerClient .graphql >
333
- > (amplifyConfig , libraryOptions , (contextSpec ) =>
334
- gqlServerClient .graphql (
335
- contextSpec ,
336
- options ,
337
- additionalHeaders
338
- )
339
- ),
331
+ runWithAmplifyServerContext <
332
+ ReturnType < typeof gqlServerClient .graphql >
333
+ > (amplifyConfig , libraryOptions , (contextSpec ) =>
334
+ gqlServerClient .graphql (
335
+ contextSpec ,
336
+ options ,
337
+ additionalHeaders
338
+ )
339
+ ),
340
340
},
341
341
},
342
342
}
You can’t perform that action at this time.
0 commit comments