Skip to main content

SignupChange

A record of a single change made to a signup, kept for audit purposes

type SignupChange {
action: SignupChangeAction!
bucket: RegistrationPolicyBucket
bucket_key: String @deprecated
bucket_name: String
counted: Boolean!
created_at: Date!
id: ID!
previous_signup_change: SignupChange
run: Run!
signup: Signup!
state: SignupState!
updated_at: Date!
user_con_profile: UserConProfile!
}

Fields

SignupChange.action ● SignupChangeAction! non-null enum

What triggered this change

SignupChange.bucket ● RegistrationPolicyBucket object

The bucket assigned by this change

SignupChange.bucket_key ● String deprecated scalar

⚠️ DEPRECATED

Use bucket or bucketName instead

The key of the bucket assigned by this change

SignupChange.bucket_name ● String scalar

The name of the bucket assigned by this change, as of when the change happened

SignupChange.counted ● Boolean! non-null scalar

Whether the signup counted towards totals after this change

SignupChange.created_at ● Date! non-null scalar

When this change happened

SignupChange.id ● ID! non-null scalar

The ID of this change

SignupChange.previous_signup_change ● SignupChange object

The change that happened before this one, if any

SignupChange.run ● Run! non-null object

The run this signup change happened on

SignupChange.signup ● Signup! non-null object

The signup this change happened to

SignupChange.state ● SignupState! non-null enum

The state of the signup after this change

SignupChange.updated_at ● Date! non-null scalar

When this change was last updated

SignupChange.user_con_profile ● UserConProfile! non-null object

The profile of the person whose signup changed

Member Of

SignupChange object ● SignupChangesPagination object