@promoboxx/graphql-gateway-types 1.1104.0 → 1.1105.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.
@@ -49205,6 +49205,22 @@
49205
49205
  },
49206
49206
  "isDeprecated": false,
49207
49207
  "deprecationReason": null
49208
+ },
49209
+ {
49210
+ "name": "id",
49211
+ "description": null,
49212
+ "args": [],
49213
+ "type": {
49214
+ "kind": "NON_NULL",
49215
+ "name": null,
49216
+ "ofType": {
49217
+ "kind": "SCALAR",
49218
+ "name": "ID",
49219
+ "ofType": null
49220
+ }
49221
+ },
49222
+ "isDeprecated": false,
49223
+ "deprecationReason": null
49208
49224
  }
49209
49225
  ],
49210
49226
  "inputFields": null,
package/index.d.ts CHANGED
@@ -5261,6 +5261,7 @@ export type Logo = {
5261
5261
  __typename?: 'Logo';
5262
5262
  external_video_url?: Maybe<Scalars['String']['output']>;
5263
5263
  file?: Maybe<File>;
5264
+ id: Scalars['ID']['output'];
5264
5265
  };
5265
5266
 
5266
5267
  export type MakeDepositData = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.1104.0",
3
+ "version": "1.1105.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -5035,6 +5035,7 @@ type LoginMethodsResponse {
5035
5035
  type Logo {
5036
5036
  external_video_url: String
5037
5037
  file: File
5038
+ id: ID!
5038
5039
  }
5039
5040
 
5040
5041
  input MakeDepositData {