Multiple endpoints
parent
55c64b64
No related branches found
No related tags found
Showing
- README.md 1 addition, 1 deletionREADME.md
- assets/css/_bootstrap.scss 1 addition, 1 deletionassets/css/_bootstrap.scss
- components/apollo/List.vue 38 additions, 0 deletionscomponents/apollo/List.vue
- components/navigation/menu/Sidebar.vue 4 additions, 0 deletionscomponents/navigation/menu/Sidebar.vue
- graphql/cache.js 2 additions, 3 deletionsgraphql/cache.js
- graphql/clients/coindufeu.js 0 additions, 28 deletionsgraphql/clients/coindufeu.js
- graphql/clients/endpoints.js 0 additions, 4 deletionsgraphql/clients/endpoints.js
- graphql/clients/otherclient.js 0 additions, 28 deletionsgraphql/clients/otherclient.js
- graphql/config.js 17 additions, 0 deletionsgraphql/config.js
- graphql/endpoints.js 4 additions, 0 deletionsgraphql/endpoints.js
- graphql/schemaQuery.js 32 additions, 25 deletionsgraphql/schemaQuery.js
- i18n/locales/de.json 3 additions, 0 deletionsi18n/locales/de.json
- i18n/locales/en.json 3 additions, 0 deletionsi18n/locales/en.json
- i18n/locales/es.json 3 additions, 0 deletionsi18n/locales/es.json
- i18n/locales/fr.json 3 additions, 0 deletionsi18n/locales/fr.json
- i18n/locales/it.json 3 additions, 0 deletionsi18n/locales/it.json
- nuxt.config.js 10 additions, 18 deletionsnuxt.config.js
- package.json 2 additions, 2 deletionspackage.json
- pages/a-propos.vue 3 additions, 1 deletionpages/a-propos.vue
- pages/favoris.vue 3 additions, 0 deletionspages/favoris.vue
components/apollo/List.vue
0 → 100644
graphql/clients/coindufeu.js
deleted
100644 → 0
graphql/clients/endpoints.js
deleted
100644 → 0
graphql/clients/otherclient.js
deleted
100644 → 0
graphql/config.js
0 → 100644
graphql/endpoints.js
0 → 100644
{ | { | ||
"name": "wotwizard-ui", | "name": "wotwizard-ui", | ||
"version": "2.3.1", | "version": "2.4.0", | ||
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"dev": "nuxt", | "dev": "nuxt", | ||
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
"@nuxtjs/pwa": "^3.3.5", | "@nuxtjs/pwa": "^3.3.5", | ||
"apollo-link-context": "^1.0.20", | "apollo-link-context": "^1.0.20", | ||
"apollo-link-http": "^1.5.17", | "apollo-link-http": "^1.5.17", | ||
"bootstrap": "^5.1.3", | "bootstrap": "5.1.3", | ||
"core-js": "^3.15.1", | "core-js": "^3.15.1", | ||
"graphql-tag": "^2.12.6", | "graphql-tag": "^2.12.6", | ||
"nuxt": "^2.15.8", | "nuxt": "^2.15.8", | ||
... | ... |
Please register or sign in to comment