CreateOrUpdateUserInput: {
    email: Scalars["String"]["input"];
    roles: Scalars["String"]["input"][];
}

Object used to create a new user for the admin panel.

Type declaration

  • email: Scalars["String"]["input"]

    Primary email address for account. This will be used for verification and password resets.

  • roles: Scalars["String"]["input"][]

    List of roles to assign to the user