@promoboxx/graphql-gateway-types 1.641.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.
@@ -22123,13 +22123,9 @@
22123
22123
  "description": null,
22124
22124
  "args": [],
22125
22125
  "type": {
22126
- "kind": "NON_NULL",
22127
- "name": null,
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
@@ -2333,7 +2333,7 @@ export type CreateTwitterAccountInput = {
2333
2333
 
2334
2334
  export type CreateUserResponse = {
2335
2335
  __typename?: 'CreateUserResponse';
2336
- user: User;
2336
+ user?: Maybe<User>;
2337
2337
  };
2338
2338
 
2339
2339
  export type Creative = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promoboxx/graphql-gateway-types",
3
- "version": "1.641.0",
3
+ "version": "1.642.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/schema.graphql CHANGED
@@ -2240,7 +2240,7 @@ input CreateTwitterAccountInput {
2240
2240
  }
2241
2241
 
2242
2242
  type CreateUserResponse {
2243
- user: User!
2243
+ user: User
2244
2244
  }
2245
2245
 
2246
2246
  type Creative {