INPUT_OBJECT
Attributes for creating a user.
input UserCreateInput {# A users first namefirstName: String!# A users surnamesurname: String!# A users email address, also used as login usernameemailAddress: String!# The password for the user. (Must match repeatPassword)password: String# The password for the user. (Must match password)passwordConfirmation: String}