OBJECT
type EmailVerificationAttempt implements Node {id: ID! # The code that was entered (for audit purposes)codeEntered: String! # Whether this attempt was successfulsuccess: Boolean! # IP address of the requesteripAddress: String attemptedAt: Time! verificationRequest: EmailVerificationRequest! }