You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kickoff the email validation flow. This flow will links an email to a user, create a company if it does not exist, and allows filling data for that email's position
Copy file name to clipboardExpand all lines: src/generated/types.ts
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -321,6 +321,11 @@ export type Mutation = {
321
321
redeemUserTicket: UserTicket;
322
322
/** Reject the user's invitation to a team */
323
323
rejectTeamInvitation: TeamRef;
324
+
/**
325
+
* Update a user role
326
+
* @deprecated Not enabled
327
+
*/
328
+
retoolToken: TokenRef;
324
329
/** Kickoff the email validation flow. This flow will links an email to a user, create a company if it does not exist, and allows filling data for that email's position */
325
330
startWorkEmailValidation: WorkEmail;
326
331
/** Update a company */
@@ -421,6 +426,10 @@ export type MutationRejectTeamInvitationArgs = {
0 commit comments