[{"data":1,"prerenderedAt":1090},["ShallowReactive",2],{"navigation_docs":3,"-getting-started-configuration":43,"-getting-started-configuration-surround":1085},[4,26],{"title":5,"path":6,"stem":7,"children":8,"page":25},"Getting Started","/getting-started","1.getting-started",[9,13,17,21],{"title":10,"path":11,"stem":12},"Quick Start","/getting-started/quick-start","1.getting-started/1.quick-start",{"title":14,"path":15,"stem":16},"Configuration","/getting-started/configuration","1.getting-started/2.configuration",{"title":18,"path":19,"stem":20},"Composables","/getting-started/composables","1.getting-started/3.composables",{"title":22,"path":23,"stem":24},"Auth Helpers","/getting-started/auth-helpers","1.getting-started/4.auth-helpers",false,{"title":27,"path":28,"stem":29,"children":30,"page":25},"Recipes","/recipes","2.recipes",[31,35,39],{"title":32,"path":33,"stem":34},"Authentication","/recipes/authentication","2.recipes/1.authentication",{"title":36,"path":37,"stem":38},"Error Policy","/recipes/error-handling","2.recipes/2.error-handling",{"title":40,"path":41,"stem":42},"TypesScript support","/recipes/typescript-support","2.recipes/3.typescript-support",{"id":44,"title":14,"body":45,"description":1079,"extension":1080,"links":1081,"meta":1082,"navigation":136,"path":15,"seo":1083,"stem":16,"__hash__":1084},"docs/1.getting-started/2.configuration.md",{"type":46,"value":47,"toc":1070},"minimark",[48,52,61,64,69,253,259,269,272,278,284,287,293,299,302,308,314,328,334,340,343,348,351,840,851,854,864,870,880,890,900,909,919,926,936,944,960,963,973,976,986,989,1006,1009,1024,1032,1047,1049,1064,1066],[49,50,14],"h1",{"id":51},"configuration",[53,54,55,56,60],"p",{},"Configure Nuxt Apollo via the ",[57,58,59],"code",{},"apollo"," property.",[62,63],"hr",{},[65,66,68],"h2",{"id":67},"defaults","Defaults",[70,71,77],"pre",{"className":72,"code":73,"filename":74,"language":75,"meta":76,"style":76},"language-ts shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","export default defineNuxtConfig({\n  modules: ['@nuxtjs/apollo'],\n\n  apollo: {\n    autoImports: true,\n    authType: 'Bearer',\n    authHeader: 'Authorization',\n    tokenStorage: 'cookie',\n    proxyCookies: true,\n    clients: {}\n  }\n})\n","nuxt.config.ts","ts","",[57,78,79,103,131,138,149,163,181,198,215,227,238,244],{"__ignoreMap":76},[80,81,84,88,91,95,99],"span",{"class":82,"line":83},"line",1,[80,85,87],{"class":86},"s7zQu","export",[80,89,90],{"class":86}," default",[80,92,94],{"class":93},"s2Zo4"," defineNuxtConfig",[80,96,98],{"class":97},"sTEyZ","(",[80,100,102],{"class":101},"sMK4o","{\n",[80,104,106,110,113,116,119,123,125,128],{"class":82,"line":105},2,[80,107,109],{"class":108},"swJcz","  modules",[80,111,112],{"class":101},":",[80,114,115],{"class":97}," [",[80,117,118],{"class":101},"'",[80,120,122],{"class":121},"sfazB","@nuxtjs/apollo",[80,124,118],{"class":101},[80,126,127],{"class":97},"]",[80,129,130],{"class":101},",\n",[80,132,134],{"class":82,"line":133},3,[80,135,137],{"emptyLinePlaceholder":136},true,"\n",[80,139,141,144,146],{"class":82,"line":140},4,[80,142,143],{"class":108},"  apollo",[80,145,112],{"class":101},[80,147,148],{"class":101}," {\n",[80,150,152,155,157,161],{"class":82,"line":151},5,[80,153,154],{"class":108},"    autoImports",[80,156,112],{"class":101},[80,158,160],{"class":159},"sfNiH"," true",[80,162,130],{"class":101},[80,164,166,169,171,174,177,179],{"class":82,"line":165},6,[80,167,168],{"class":108},"    authType",[80,170,112],{"class":101},[80,172,173],{"class":101}," '",[80,175,176],{"class":121},"Bearer",[80,178,118],{"class":101},[80,180,130],{"class":101},[80,182,184,187,189,191,194,196],{"class":82,"line":183},7,[80,185,186],{"class":108},"    authHeader",[80,188,112],{"class":101},[80,190,173],{"class":101},[80,192,193],{"class":121},"Authorization",[80,195,118],{"class":101},[80,197,130],{"class":101},[80,199,201,204,206,208,211,213],{"class":82,"line":200},8,[80,202,203],{"class":108},"    tokenStorage",[80,205,112],{"class":101},[80,207,173],{"class":101},[80,209,210],{"class":121},"cookie",[80,212,118],{"class":101},[80,214,130],{"class":101},[80,216,218,221,223,225],{"class":82,"line":217},9,[80,219,220],{"class":108},"    proxyCookies",[80,222,112],{"class":101},[80,224,160],{"class":159},[80,226,130],{"class":101},[80,228,230,233,235],{"class":82,"line":229},10,[80,231,232],{"class":108},"    clients",[80,234,112],{"class":101},[80,236,237],{"class":101}," {}\n",[80,239,241],{"class":82,"line":240},11,[80,242,243],{"class":101},"  }\n",[80,245,247,250],{"class":82,"line":246},12,[80,248,249],{"class":101},"}",[80,251,252],{"class":97},")\n",[65,254,256],{"id":255},"autoimports",[57,257,258],{},"autoImports",[260,261,262],"ul",{},[263,264,265,266],"li",{},"Default: ",[57,267,268],{},"true",[53,270,271],{},"Determine if vue-apollo composables should be automatically imported and accessible within your nuxt app.",[65,273,275],{"id":274},"authtype",[57,276,277],{},"authType",[260,279,280],{},[263,281,265,282],{},[57,283,176],{},[53,285,286],{},"Specify the Authentication scheme.",[65,288,290],{"id":289},"authheader",[57,291,292],{},"authHeader",[260,294,295],{},[263,296,265,297],{},[57,298,193],{},[53,300,301],{},"Name of the Authentication token header.",[65,303,305],{"id":304},"tokenstorage",[57,306,307],{},"tokenStorage",[260,309,310],{},[263,311,265,312],{},[57,313,210],{},[53,315,316,317,319,320,323,324,327],{},"Specify if the auth token should be stored in ",[57,318,210],{}," or ",[57,321,322],{},"localStorage",". ",[57,325,326],{},"Cookie"," storage is required for SSR.",[65,329,331],{"id":330},"proxycookies",[57,332,333],{},"proxyCookies",[260,335,336],{},[263,337,265,338],{},[57,339,268],{},[53,341,342],{},"Specify if client cookies should be proxied to the server.",[65,344,346],{"id":345},"clients",[57,347,345],{},[53,349,350],{},"Configure your Apollo Client instances.",[352,353,354,629],"code-group",{},[70,355,357],{"className":72,"code":356,"filename":74,"language":75,"meta":76,"style":76},"export default defineNuxtConfig({\n  modules: ['@nuxtjs/apollo'],\n\n  apollo: {\n    clients: {\n      default: {\n        httpEndpoint: '',\n        browserHttpEndpoint: '',\n        wsEndpoint: '',\n        httpLinkOptions: {},\n        wsLinkOptions: {},\n        wsEndpoint: '',\n        websocketsOnly: false,\n        connectToDevTools: false,\n        defaultOptions: {},\n        inMemoryCacheOptions: {},\n        tokenName: 'apollo:\u003Cclient-name>.token',\n        tokenStorage: 'cookie',\n        authType: 'Bearer',\n        authHeader: 'Authorization'\n      },\n      other: './apollo/other.ts'\n    }\n  }\n})\n",[57,358,359,371,389,393,401,409,418,430,441,452,462,471,481,494,506,516,526,543,559,575,590,596,611,617,622],{"__ignoreMap":76},[80,360,361,363,365,367,369],{"class":82,"line":83},[80,362,87],{"class":86},[80,364,90],{"class":86},[80,366,94],{"class":93},[80,368,98],{"class":97},[80,370,102],{"class":101},[80,372,373,375,377,379,381,383,385,387],{"class":82,"line":105},[80,374,109],{"class":108},[80,376,112],{"class":101},[80,378,115],{"class":97},[80,380,118],{"class":101},[80,382,122],{"class":121},[80,384,118],{"class":101},[80,386,127],{"class":97},[80,388,130],{"class":101},[80,390,391],{"class":82,"line":133},[80,392,137],{"emptyLinePlaceholder":136},[80,394,395,397,399],{"class":82,"line":140},[80,396,143],{"class":108},[80,398,112],{"class":101},[80,400,148],{"class":101},[80,402,403,405,407],{"class":82,"line":151},[80,404,232],{"class":108},[80,406,112],{"class":101},[80,408,148],{"class":101},[80,410,411,414,416],{"class":82,"line":165},[80,412,413],{"class":108},"      default",[80,415,112],{"class":101},[80,417,148],{"class":101},[80,419,420,423,425,428],{"class":82,"line":183},[80,421,422],{"class":108},"        httpEndpoint",[80,424,112],{"class":101},[80,426,427],{"class":101}," ''",[80,429,130],{"class":101},[80,431,432,435,437,439],{"class":82,"line":200},[80,433,434],{"class":108},"        browserHttpEndpoint",[80,436,112],{"class":101},[80,438,427],{"class":101},[80,440,130],{"class":101},[80,442,443,446,448,450],{"class":82,"line":217},[80,444,445],{"class":108},"        wsEndpoint",[80,447,112],{"class":101},[80,449,427],{"class":101},[80,451,130],{"class":101},[80,453,454,457,459],{"class":82,"line":229},[80,455,456],{"class":108},"        httpLinkOptions",[80,458,112],{"class":101},[80,460,461],{"class":101}," {},\n",[80,463,464,467,469],{"class":82,"line":240},[80,465,466],{"class":108},"        wsLinkOptions",[80,468,112],{"class":101},[80,470,461],{"class":101},[80,472,473,475,477,479],{"class":82,"line":246},[80,474,445],{"class":108},[80,476,112],{"class":101},[80,478,427],{"class":101},[80,480,130],{"class":101},[80,482,484,487,489,492],{"class":82,"line":483},13,[80,485,486],{"class":108},"        websocketsOnly",[80,488,112],{"class":101},[80,490,491],{"class":159}," false",[80,493,130],{"class":101},[80,495,497,500,502,504],{"class":82,"line":496},14,[80,498,499],{"class":108},"        connectToDevTools",[80,501,112],{"class":101},[80,503,491],{"class":159},[80,505,130],{"class":101},[80,507,509,512,514],{"class":82,"line":508},15,[80,510,511],{"class":108},"        defaultOptions",[80,513,112],{"class":101},[80,515,461],{"class":101},[80,517,519,522,524],{"class":82,"line":518},16,[80,520,521],{"class":108},"        inMemoryCacheOptions",[80,523,112],{"class":101},[80,525,461],{"class":101},[80,527,529,532,534,536,539,541],{"class":82,"line":528},17,[80,530,531],{"class":108},"        tokenName",[80,533,112],{"class":101},[80,535,173],{"class":101},[80,537,538],{"class":121},"apollo:\u003Cclient-name>.token",[80,540,118],{"class":101},[80,542,130],{"class":101},[80,544,546,549,551,553,555,557],{"class":82,"line":545},18,[80,547,548],{"class":108},"        tokenStorage",[80,550,112],{"class":101},[80,552,173],{"class":101},[80,554,210],{"class":121},[80,556,118],{"class":101},[80,558,130],{"class":101},[80,560,562,565,567,569,571,573],{"class":82,"line":561},19,[80,563,564],{"class":108},"        authType",[80,566,112],{"class":101},[80,568,173],{"class":101},[80,570,176],{"class":121},[80,572,118],{"class":101},[80,574,130],{"class":101},[80,576,578,581,583,585,587],{"class":82,"line":577},20,[80,579,580],{"class":108},"        authHeader",[80,582,112],{"class":101},[80,584,173],{"class":101},[80,586,193],{"class":121},[80,588,589],{"class":101},"'\n",[80,591,593],{"class":82,"line":592},21,[80,594,595],{"class":101},"      },\n",[80,597,599,602,604,606,609],{"class":82,"line":598},22,[80,600,601],{"class":108},"      other",[80,603,112],{"class":101},[80,605,173],{"class":101},[80,607,608],{"class":121},"./apollo/other.ts",[80,610,589],{"class":101},[80,612,614],{"class":82,"line":613},23,[80,615,616],{"class":101},"    }\n",[80,618,620],{"class":82,"line":619},24,[80,621,243],{"class":101},[80,623,625,627],{"class":82,"line":624},25,[80,626,249],{"class":101},[80,628,252],{"class":97},[70,630,633],{"className":72,"code":631,"filename":632,"language":75,"meta":76,"style":76},"import { defineApolloClient } from '@nuxtjs/apollo/config'\n\nexport default defineApolloClient({\n  httpEndpoint: '',\n  browserHttpEndpoint: '',\n  wsEndpoint: '',\n  httpLinkOptions: {},\n  wsLinkOptions: {},\n  wsEndpoint: '',\n  websocketsOnly: false,\n  connectToDevTools: false,\n  defaultOptions: {},\n  inMemoryCacheOptions: {},\n  tokenName: 'apollo:\u003Cclient-name>.token',\n  tokenStorage: 'cookie',\n  authType: 'Bearer',\n  authHeader: 'Authorization'\n})\n","apollo/other.ts",[57,634,635,659,663,675,686,697,708,717,726,736,747,758,767,776,791,806,821,834],{"__ignoreMap":76},[80,636,637,640,643,646,649,652,654,657],{"class":82,"line":83},[80,638,639],{"class":86},"import",[80,641,642],{"class":101}," {",[80,644,645],{"class":97}," defineApolloClient",[80,647,648],{"class":101}," }",[80,650,651],{"class":86}," from",[80,653,173],{"class":101},[80,655,656],{"class":121},"@nuxtjs/apollo/config",[80,658,589],{"class":101},[80,660,661],{"class":82,"line":105},[80,662,137],{"emptyLinePlaceholder":136},[80,664,665,667,669,671,673],{"class":82,"line":133},[80,666,87],{"class":86},[80,668,90],{"class":86},[80,670,645],{"class":93},[80,672,98],{"class":97},[80,674,102],{"class":101},[80,676,677,680,682,684],{"class":82,"line":140},[80,678,679],{"class":108},"  httpEndpoint",[80,681,112],{"class":101},[80,683,427],{"class":101},[80,685,130],{"class":101},[80,687,688,691,693,695],{"class":82,"line":151},[80,689,690],{"class":108},"  browserHttpEndpoint",[80,692,112],{"class":101},[80,694,427],{"class":101},[80,696,130],{"class":101},[80,698,699,702,704,706],{"class":82,"line":165},[80,700,701],{"class":108},"  wsEndpoint",[80,703,112],{"class":101},[80,705,427],{"class":101},[80,707,130],{"class":101},[80,709,710,713,715],{"class":82,"line":183},[80,711,712],{"class":108},"  httpLinkOptions",[80,714,112],{"class":101},[80,716,461],{"class":101},[80,718,719,722,724],{"class":82,"line":200},[80,720,721],{"class":108},"  wsLinkOptions",[80,723,112],{"class":101},[80,725,461],{"class":101},[80,727,728,730,732,734],{"class":82,"line":217},[80,729,701],{"class":108},[80,731,112],{"class":101},[80,733,427],{"class":101},[80,735,130],{"class":101},[80,737,738,741,743,745],{"class":82,"line":229},[80,739,740],{"class":108},"  websocketsOnly",[80,742,112],{"class":101},[80,744,491],{"class":159},[80,746,130],{"class":101},[80,748,749,752,754,756],{"class":82,"line":240},[80,750,751],{"class":108},"  connectToDevTools",[80,753,112],{"class":101},[80,755,491],{"class":159},[80,757,130],{"class":101},[80,759,760,763,765],{"class":82,"line":246},[80,761,762],{"class":108},"  defaultOptions",[80,764,112],{"class":101},[80,766,461],{"class":101},[80,768,769,772,774],{"class":82,"line":483},[80,770,771],{"class":108},"  inMemoryCacheOptions",[80,773,112],{"class":101},[80,775,461],{"class":101},[80,777,778,781,783,785,787,789],{"class":82,"line":496},[80,779,780],{"class":108},"  tokenName",[80,782,112],{"class":101},[80,784,173],{"class":101},[80,786,538],{"class":121},[80,788,118],{"class":101},[80,790,130],{"class":101},[80,792,793,796,798,800,802,804],{"class":82,"line":508},[80,794,795],{"class":108},"  tokenStorage",[80,797,112],{"class":101},[80,799,173],{"class":101},[80,801,210],{"class":121},[80,803,118],{"class":101},[80,805,130],{"class":101},[80,807,808,811,813,815,817,819],{"class":82,"line":518},[80,809,810],{"class":108},"  authType",[80,812,112],{"class":101},[80,814,173],{"class":101},[80,816,176],{"class":121},[80,818,118],{"class":101},[80,820,130],{"class":101},[80,822,823,826,828,830,832],{"class":82,"line":528},[80,824,825],{"class":108},"  authHeader",[80,827,112],{"class":101},[80,829,173],{"class":101},[80,831,193],{"class":121},[80,833,589],{"class":101},[80,835,836,838],{"class":82,"line":545},[80,837,249],{"class":101},[80,839,252],{"class":97},[260,841,842],{},[263,843,844],{},[845,846,848],"h3",{"id":847},"httpendpoint",[57,849,850],{},"httpEndpoint",[53,852,853],{},"The GraphQL endpoint.",[260,855,856],{},[263,857,858],{},[845,859,861],{"id":860},"browserhttpendpoint",[57,862,863],{},"browserHttpEndpoint",[53,865,866,867,869],{},"Provide a GraphQL endpoint to be used client-side. Overrides ",[57,868,850],{},".",[260,871,872],{},[263,873,874],{},[845,875,877],{"id":876},"httplinkoptions",[57,878,879],{},"httpLinkOptions",[53,881,882,883,869],{},"Provide additional configuration for the ",[884,885,889],"a",{"href":886,"rel":887},"https://www.apollographql.com/docs/link/links/http.html#options",[888],"nofollow","HttpLink",[260,891,892],{},[263,893,894],{},[845,895,897],{"id":896},"wslinkoptions",[57,898,899],{},"wsLinkOptions",[53,901,882,902,869],{},[884,903,906],{"href":904,"rel":905},"https://github.com/enisdenjo/graphql-ws/blob/master/docs/interfaces/client.ClientOptions.md",[888],[57,907,908],{},"GraphQLWsLink",[260,910,911],{},[263,912,913],{},[845,914,916],{"id":915},"wsendpoint",[57,917,918],{},"wsEndpoint",[53,920,921,922,925],{},"Specify a websocket endpoint to be used for subscriptions. The ",[57,923,924],{},"wss"," protocol is recommended in production.",[260,927,928],{},[263,929,930],{},[845,931,933],{"id":932},"websocketsonly",[57,934,935],{},"websocketsOnly",[53,937,938,939,869],{},"Specify if the client should solely use WebSocket. requires ",[884,940,942],{"href":941},"#wsendpoint",[57,943,918],{},[260,945,946],{},[263,947,948,954],{},[845,949,951],{"id":950},"connecttodevtools",[57,952,953],{},"connectToDevTools",[260,955,956],{},[263,957,265,958],{},[57,959,268],{},[53,961,962],{},"Specify if the client should be able to connect to the Apollo Client Devtools in production mode.",[260,964,965],{},[263,966,967],{},[845,968,970],{"id":969},"defaultoptions",[57,971,972],{},"defaultOptions",[53,974,975],{},"Configure default options to be applied to the apollo client.",[260,977,978],{},[263,979,980],{},[845,981,983],{"id":982},"inmemorycacheoptions",[57,984,985],{},"inMemoryCacheOptions",[53,987,988],{},"Additional configuration for the in-memory cache.",[260,990,991],{},[263,992,993,999],{},[845,994,996],{"id":995},"tokenname",[57,997,998],{},"tokenName",[260,1000,1001],{},[263,1002,265,1003],{},[57,1004,1005],{},"apollo:\u003Cclient-name>.token\"",[53,1007,1008],{},"Specify the name under which the token will be stored.",[260,1010,1011],{},[263,1012,1013,1018],{},[845,1014,1016],{"id":1015},"tokenstorage-1",[57,1017,307],{},[260,1019,1020],{},[263,1021,265,1022],{},[57,1023,210],{},[53,1025,316,1026,319,1028,323,1030,327],{},[57,1027,210],{},[57,1029,322],{},[57,1031,326],{},[260,1033,1034],{},[263,1035,1036,1041],{},[845,1037,1039],{"id":1038},"authtype-1",[57,1040,277],{},[260,1042,1043],{},[263,1044,265,1045],{},[57,1046,176],{},[53,1048,286],{},[260,1050,1051],{},[263,1052,1053,1058],{},[845,1054,1056],{"id":1055},"authheader-1",[57,1057,292],{},[260,1059,1060],{},[263,1061,265,1062],{},[57,1063,193],{},[53,1065,301],{},[1067,1068,1069],"style",{},"html pre.shiki code .s7zQu, html code.shiki .s7zQu{--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic}html pre.shiki code .s2Zo4, html code.shiki .s2Zo4{--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sfNiH, html code.shiki .sfNiH{--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":76,"searchDepth":105,"depth":105,"links":1071},[1072,1073,1074,1075,1076,1077,1078],{"id":67,"depth":105,"text":68},{"id":255,"depth":105,"text":258},{"id":274,"depth":105,"text":277},{"id":289,"depth":105,"text":292},{"id":304,"depth":105,"text":307},{"id":330,"depth":105,"text":333},{"id":345,"depth":105,"text":345},"Configure Nuxt Apollo via the apollo property.","md",null,{},{"title":14,"description":1079},"rEocvgXCl_RHoH5Q1HwEKaKVKpIo6IanqDEcyDd-kkQ",[1086,1088],{"title":10,"path":11,"stem":12,"description":1087,"children":-1},"Integrate Nuxt Apollo into your project.",{"title":18,"path":19,"stem":20,"description":1089,"children":-1},"Nuxt Apollo provides and Auto Imports key composables for seamless usage throughout your application.",1785308701006]