@strapi/plugin-graphql 4.7.0-exp.117579f4c13806c2cd518e7d7d2f9d0c8a20107d → 4.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/admin/src/translations/dk.json +2 -1
- package/admin/src/translations/en.json +2 -1
- package/admin/src/translations/es.json +2 -1
- package/admin/src/translations/fr.json +2 -1
- package/admin/src/translations/pl.json +2 -1
- package/admin/src/translations/ru.json +5 -0
- package/admin/src/translations/sv.json +2 -1
- package/admin/src/translations/tr.json +2 -1
- package/admin/src/translations/zh-Hans.json +2 -1
- package/admin/src/translations/zh.json +2 -1
- package/package.json +3 -3
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"plugin.description.long": "Tilføjer GraphQL endpoint med standard API metoder.",
|
|
3
|
-
"plugin.description.short": "Tilføjer GraphQL endpoint med standard API metoder."
|
|
3
|
+
"plugin.description.short": "Tilføjer GraphQL endpoint med standard API metoder.",
|
|
4
|
+
"plugin.name": "GraphQL"
|
|
4
5
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"plugin.description.long": "Adds GraphQL endpoint with default API methods.",
|
|
3
|
-
"plugin.description.short": "Adds GraphQL endpoint with default API methods."
|
|
3
|
+
"plugin.description.short": "Adds GraphQL endpoint with default API methods.",
|
|
4
|
+
"plugin.name": "GraphQL"
|
|
4
5
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"plugin.description.long": "Agrega un endpoint GraphQL con métodos de API predeterminados.",
|
|
3
|
-
"plugin.description.short": "Agrega un endpoint GraphQL con métodos de API predeterminados."
|
|
3
|
+
"plugin.description.short": "Agrega un endpoint GraphQL con métodos de API predeterminados.",
|
|
4
|
+
"plugin.name": "GraphQL"
|
|
4
5
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"plugin.description.long": "Crée un endpoint GraphQL supportant les méthodes par défaut de l'API.",
|
|
3
|
-
"plugin.description.short": "Crée un endpoint GraphQL supportant les méthodes par défaut de l'API."
|
|
3
|
+
"plugin.description.short": "Crée un endpoint GraphQL supportant les méthodes par défaut de l'API.",
|
|
4
|
+
"plugin.name": "GraphQL"
|
|
4
5
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"plugin.description.long": "Dodaje GraphQL endpoint z domyślnymi metodami API.",
|
|
3
|
-
"plugin.description.short": "Dodaje GraphQL endpoint z domyślnymi metodami API."
|
|
3
|
+
"plugin.description.short": "Dodaje GraphQL endpoint z domyślnymi metodami API.",
|
|
4
|
+
"plugin.name": "GraphQL"
|
|
4
5
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"plugin.description.long": "Lägger till en GraphQL-rutt med standard API-metoder.",
|
|
3
|
-
"plugin.description.short": "Lägger till en GraphQL-rutt med standard API-metoder."
|
|
3
|
+
"plugin.description.short": "Lägger till en GraphQL-rutt med standard API-metoder.",
|
|
4
|
+
"plugin.name": "GraphQL"
|
|
4
5
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"plugin.description.long": "Varsayılan API metodları ile bir GraphQL uç noktası ekler.",
|
|
3
|
-
"plugin.description.short": "Varsayılan API metodları ile bir GraphQL uç noktası ekler."
|
|
3
|
+
"plugin.description.short": "Varsayılan API metodları ile bir GraphQL uç noktası ekler.",
|
|
4
|
+
"plugin.name": "GraphQL"
|
|
4
5
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-graphql",
|
|
3
|
-
"version": "4.7.0
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "Adds GraphQL endpoint with default API methods.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@graphql-tools/schema": "8.5.1",
|
|
31
31
|
"@graphql-tools/utils": "^8.12.0",
|
|
32
|
-
"@strapi/utils": "4.7.0
|
|
32
|
+
"@strapi/utils": "4.7.0",
|
|
33
33
|
"apollo-server-core": "3.11.1",
|
|
34
34
|
"apollo-server-koa": "3.10.0",
|
|
35
35
|
"glob": "^7.1.7",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"description": "Adds GraphQL endpoint with default API methods.",
|
|
62
62
|
"kind": "plugin"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "948dbb3121330ffd43f3a4f55522c797770e0b2a"
|
|
65
65
|
}
|