Type Alias GuildStreamRoleUpdateManyWithWhereWithoutGuildInput

GuildStreamRoleUpdateManyWithWhereWithoutGuildInput: {
    data: XOR<GuildStreamRoleUpdateManyMutationInput, GuildStreamRoleUncheckedUpdateManyWithoutGuildInput>;
    where: GuildStreamRoleScalarWhereInput;
}