@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.
@@ -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
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "plugin.description.long": "Добавляет конечную точку для GraphQL с методами API по умолчанию.",
3
+ "plugin.description.short": "Добавляет конечную точку для GraphQL с методами API по умолчанию.",
4
+ "plugin.name": "GraphQL"
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
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "为默认API方法添加GraphQL端点",
3
- "plugin.description.short": "为默认API方法添加GraphQL端点"
3
+ "plugin.description.short": "为默认API方法添加GraphQL端点",
4
+ "plugin.name": "GraphQL"
4
5
  }
@@ -1,4 +1,5 @@
1
1
  {
2
2
  "plugin.description.long": "新增使用預設 API 方法的 GraphQL 端點。",
3
- "plugin.description.short": "新增使用預設 API 方法的 GraphQL 端點。"
3
+ "plugin.description.short": "新增使用預設 API 方法的 GraphQL 端點。",
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-exp.117579f4c13806c2cd518e7d7d2f9d0c8a20107d",
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-exp.117579f4c13806c2cd518e7d7d2f9d0c8a20107d",
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": "117579f4c13806c2cd518e7d7d2f9d0c8a20107d"
64
+ "gitHead": "948dbb3121330ffd43f3a4f55522c797770e0b2a"
65
65
  }