Type Alias WSCustomMessageCreateOrConnectWithoutWebhookInput

WSCustomMessageCreateOrConnectWithoutWebhookInput: {
    create: XOR<WSCustomMessageCreateWithoutWebhookInput, WSCustomMessageUncheckedCreateWithoutWebhookInput>;
    where: WSCustomMessageWhereUniqueInput;
}