Skip to main content

CreateAuthenticationInput

No description

input CreateAuthenticationInput {
email: String!
password: String
phoneNumber: String
displayName: String
uid: String
}

Fields

CreateAuthenticationInput.email ● String! non-null scalar

CreateAuthenticationInput.password ● String scalar

CreateAuthenticationInput.phoneNumber ● String scalar

CreateAuthenticationInput.displayName ● String scalar

CreateAuthenticationInput.uid ● String scalar

Member Of

authenticationCreate mutation