INPUT_OBJECT
Input data for user creation.
1input CreateUserInput {42# First name.3firstName: String!75# Last name.6lastName: String!108# Email address.9email: String!1311# A list of work phone numbers.12workPhones: [String]1614# User's work started date.15employmentStartDate: Date1917# Short info about the user.18aboutMe: String20}