create-zuplo-api 6.71.11 → 6.71.13

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.
@@ -103,8 +103,7 @@ const config: ZudokuConfig = {
103
103
  // another plugin, place both inside a single `plugins: [...]` array.
104
104
  // plugins: [
105
105
  // graphqlPlugin({
106
- // type: "url",
107
- // input: "https://api.example.com/graphql",
106
+ // schema: "https://api.example.com/graphql",
108
107
  // path: "graphql",
109
108
  // options: {
110
109
  // title: "My GraphQL API",
@@ -103,8 +103,7 @@ const config: ZudokuConfig = {
103
103
  // another plugin, place both inside a single `plugins: [...]` array.
104
104
  // plugins: [
105
105
  // graphqlPlugin({
106
- // type: "url",
107
- // input: "https://api.example.com/graphql",
106
+ // schema: "https://api.example.com/graphql",
108
107
  // path: "graphql",
109
108
  // options: {
110
109
  // title: "My GraphQL API",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-zuplo-api",
3
- "version": "6.71.11",
3
+ "version": "6.71.13",
4
4
  "keywords": [
5
5
  "api",
6
6
  "openapi",