Type Alias WSCustomMessageCreateNestedOneWithoutEmbedInput

WSCustomMessageCreateNestedOneWithoutEmbedInput: {
    connect?: WSCustomMessageWhereUniqueInput;
    connectOrCreate?: WSCustomMessageCreateOrConnectWithoutEmbedInput;
    create?: XOR<WSCustomMessageCreateWithoutEmbedInput, WSCustomMessageUncheckedCreateWithoutEmbedInput>;
}