Skip to content

SendWelcomeEmailInput

Autogenerated input type of SendWelcomeEmail

Fields

deprecated DO NOT USE
user_id · ID! · required

Used By

Definition

"""
Autogenerated input type of SendWelcomeEmail
"""
input SendWelcomeEmailInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
user_id: ID!
}