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

    Properties

    customData?: InputMaybe<Scalars["JSON"]["input"]>
    email: Scalars["String"]["input"]
    firstName?: InputMaybe<Scalars["String"]["input"]>
    lastName?: InputMaybe<Scalars["String"]["input"]>
    oAuthClientId: Scalars["String"]["input"]
    password?: InputMaybe<Scalars["String"]["input"]>

    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.