Skip to main content

AccountMembershipCustomInvitationCannotBeCreatedRejection

Rejection returned if the account membership invitation link cannot be created.

type AccountMembershipCustomInvitationCannotBeCreatedRejection implements Rejection {
projectId: ID!
message: String!
}

Fields

AccountMembershipCustomInvitationCannotBeCreatedRejection.projectId ● ID! non-null scalar

AccountMembershipCustomInvitationCannotBeCreatedRejection.message ● String! non-null scalar

Interfaces

Rejection interface

Implemented By

SendAccountMembershipInviteNotificationPayload union