ENUM

UpdateSquadInvitePolicyErrorCode

UpdateSquadInvitePolicyErrorCode are the possible errors that this mutation returns.

link GraphQL Schema definition

1enum UpdateSquadInvitePolicyErrorCode {
2
3# The caller is not authorized to update the user's squad invite policy.
4UNAUTHORIZED
5}