Skip to main content

SignupMoveResult

The result of a signup being automatically moved from one state or bucket to another

type SignupMoveResult {
bucket: RegistrationPolicyBucket
bucket_key: String @deprecated
prev_bucket: RegistrationPolicyBucket
prev_bucket_key: String @deprecated
prev_state: SignupState!
signup: Signup!
signup_id: Int!
state: SignupState!
}

Fields

SignupMoveResult.bucket ● RegistrationPolicyBucket object

The new bucket assigned to this signup

SignupMoveResult.bucket_key ● String deprecated scalar

⚠️ DEPRECATED

Use bucket instead

The key of the new bucket assigned to this signup

SignupMoveResult.prev_bucket ● RegistrationPolicyBucket object

The previous bucket assigned to this signup

SignupMoveResult.prev_bucket_key ● String deprecated scalar

⚠️ DEPRECATED

Use prevBucket instead

The key of the previous bucket assigned to this signup

SignupMoveResult.prev_state ● SignupState! non-null enum

The previous state of this signup

SignupMoveResult.signup ● Signup! non-null object

The signup that was moved

SignupMoveResult.signup_id ● Int! non-null scalar

The ID of the signup that was moved

SignupMoveResult.state ● SignupState! non-null enum

The new state of this signup

Member Of

CreateTeamMemberPayload object