INPUT_OBJECT
Input for creating a new user account
input CreateUserInput {# Email address for the new user (must be unique)email: String!# Username for the new user (must be unique)userName: String!}