Type Alias GuildUpdateToOneWithWhereWithoutAutoLiveRolesInput

GuildUpdateToOneWithWhereWithoutAutoLiveRolesInput: {
    data: XOR<GuildUpdateWithoutAutoLiveRolesInput, GuildUncheckedUpdateWithoutAutoLiveRolesInput>;
    where?: GuildWhereInput;
}