Axinom Mosaic Libraries
    Preparing search index...
    type InitiateEndUserSignUpInput = {
        customData?: Maybe<Scalars["JSON"]>;
        email: Scalars["String"];
        firstName?: Maybe<Scalars["String"]>;
        lastName?: Maybe<Scalars["String"]>;
        oAuthClientId: Scalars["String"];
        password?: Maybe<Scalars["String"]>;
    }
    Index

    Properties

    customData?: Maybe<Scalars["JSON"]>
    firstName?: Maybe<Scalars["String"]>
    lastName?: Maybe<Scalars["String"]>
    oAuthClientId: Scalars["String"]
    password?: Maybe<Scalars["String"]>

    The password for the user must be provided either at this point or in CompleteEndUserSignUp mutation. If the end-user app will enforce the user to provide it in the CompleteEndUserSignUp mutation the password does not have to be provided here. If not, giving a password at this point is mandatory.