CreateUserInput
No description
input CreateUserInput {
first_name: String!
last_name: String!
email: String!
title: String
work_phone: String
mobile_phone: String
campaign_approver: Boolean
notify_user: Boolean
}
Fields
CreateUserInput.first_name ● String! non-null scalar
CreateUserInput.last_name ● String! non-null scalar
CreateUserInput.email ● String! non-null scalar
CreateUserInput.title ● String scalar
CreateUserInput.work_phone ● String scalar
CreateUserInput.mobile_phone ● String scalar
CreateUserInput.campaign_approver ● Boolean scalar
CreateUserInput.notify_user ● Boolean scalar
Member Of
createUser mutation


