Skip to content

Commit 133ffb6

Browse files
dahliaclaude
andcommitted
Update GraphQL schema with new invitation error type
- Add INVITER_EMAIL_SEND_FAILED to InviteInviterError enum - Auto-generated from graphql/invite.ts enum changes - Supports proper error handling for email send failures Co-Authored-By: Claude <[email protected]>
1 parent 7701d0b commit 133ffb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql/schema.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ enum InviteEmailError {
398398
}
399399

400400
enum InviteInviterError {
401+
INVITER_EMAIL_SEND_FAILED
401402
INVITER_NOT_AUTHENTICATED
402403
INVITER_NO_INVITATIONS_LEFT
403404
}

0 commit comments

Comments
 (0)