Type Alias GuildUpdateOneWithoutStatusRolesNestedInput

GuildUpdateOneWithoutStatusRolesNestedInput: {
    connect?: GuildWhereUniqueInput;
    connectOrCreate?: GuildCreateOrConnectWithoutStatusRolesInput;
    create?: XOR<GuildCreateWithoutStatusRolesInput, GuildUncheckedCreateWithoutStatusRolesInput>;
    delete?: GuildWhereInput | boolean;
    disconnect?: GuildWhereInput | boolean;
    update?: XOR<XOR<GuildUpdateToOneWithWhereWithoutStatusRolesInput, GuildUpdateWithoutStatusRolesInput>, GuildUncheckedUpdateWithoutStatusRolesInput>;
    upsert?: GuildUpsertWithoutStatusRolesInput;
}