@promoboxx/graphql-gateway-types 1.640.0 → 1.642.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/graphql.schema.json +3 -7
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/schema.graphql +1 -1
package/graphql.schema.json
CHANGED
|
@@ -22123,13 +22123,9 @@
|
|
|
22123
22123
|
"description": null,
|
|
22124
22124
|
"args": [],
|
|
22125
22125
|
"type": {
|
|
22126
|
-
"kind": "
|
|
22127
|
-
"name":
|
|
22128
|
-
"ofType":
|
|
22129
|
-
"kind": "OBJECT",
|
|
22130
|
-
"name": "User",
|
|
22131
|
-
"ofType": null
|
|
22132
|
-
}
|
|
22126
|
+
"kind": "OBJECT",
|
|
22127
|
+
"name": "User",
|
|
22128
|
+
"ofType": null
|
|
22133
22129
|
},
|
|
22134
22130
|
"isDeprecated": false,
|
|
22135
22131
|
"deprecationReason": null
|
package/index.d.ts
CHANGED
package/package.json
CHANGED